Home
last modified time | relevance | path

Searched refs:psa_unlock_key_slot (Results 1 – 3 of 3) sorted by relevance

/openthread-2.7.6/third_party/mbedtls/repo/library/
Dpsa_crypto_slot_management.c315 psa_status_t psa_unlock_key_slot( psa_key_slot_t *slot ) in psa_unlock_key_slot() function
398 return( psa_unlock_key_slot( slot ) ); in psa_open_key()
422 return( psa_unlock_key_slot( slot ) ); in psa_close_key()
438 return( psa_unlock_key_slot( slot ) ); in psa_purge_key()
Dpsa_crypto_slot_management.h170 psa_status_t psa_unlock_key_slot( psa_key_slot_t *slot );
Dpsa_crypto.c1271 psa_unlock_key_slot( slot ); in psa_get_and_lock_key_slot_with_policy()
1302 psa_unlock_key_slot( *p_slot ); in psa_get_and_lock_transparent_key_slot_with_policy()
1403 psa_unlock_key_slot( slot ); in psa_destroy_key()
1634 unlock_status = psa_unlock_key_slot( slot ); in psa_get_key_attributes()
1830 unlock_status = psa_unlock_key_slot( slot ); in psa_export_key()
1856 unlock_status = psa_unlock_key_slot( slot ); in psa_export_public_key()
2160 status = psa_unlock_key_slot( slot ); in psa_finish_key_creation()
2451 unlock_status = psa_unlock_key_slot( source_slot ); in psa_copy_key()
3389 unlock_status = psa_unlock_key_slot( slot ); in psa_mac_setup()
4005 unlock_status = psa_unlock_key_slot( slot ); in psa_sign_hash()
[all …]