Searched refs:psa_get_and_lock_key_slot_with_policy (Results 1 – 1 of 1) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | psa_crypto.c | 1097 static psa_status_t psa_get_and_lock_key_slot_with_policy( in psa_get_and_lock_key_slot_with_policy() function 1169 psa_status_t status = psa_get_and_lock_key_slot_with_policy(key, p_slot, in psa_get_and_lock_transparent_key_slot_with_policy() 1435 status = psa_get_and_lock_key_slot_with_policy(key, &slot, 0, 0); in psa_get_key_attributes() 1531 status = psa_get_and_lock_key_slot_with_policy(key, &slot, in psa_export_key() 1644 status = psa_get_and_lock_key_slot_with_policy(key, &slot, 0, 0); in psa_export_public_key() 2225 status = psa_get_and_lock_key_slot_with_policy( in psa_copy_key() 2713 status = psa_get_and_lock_key_slot_with_policy( in psa_mac_setup() 2909 status = psa_get_and_lock_key_slot_with_policy( in psa_mac_compute_internal() 3105 status = psa_get_and_lock_key_slot_with_policy( in psa_sign_internal() 3160 status = psa_get_and_lock_key_slot_with_policy( in psa_verify_internal() [all …]
|