mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 09:55:32 +00:00
SE driver: save the persistent data after calling p_init
This commit is contained in:
parent
d9348f218e
commit
c84c70a83c
|
@ -289,6 +289,9 @@ psa_status_t psa_init_all_se_drivers( void )
|
|||
driver->lifetime );
|
||||
if( status != PSA_SUCCESS )
|
||||
return( status );
|
||||
status = psa_save_se_persistent_data( driver );
|
||||
if( status != PSA_SUCCESS )
|
||||
return( status );
|
||||
}
|
||||
}
|
||||
return( PSA_SUCCESS );
|
||||
|
|
Loading…
Reference in a new issue