Searched refs:psa_get_and_lock_key_slot_with_policy (Results 1 – 1 of 1) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/library/ |
D | psa_crypto.c | 1091 static psa_status_t psa_get_and_lock_key_slot_with_policy( in psa_get_and_lock_key_slot_with_policy() function 1163 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() 1406 status = psa_get_and_lock_key_slot_with_policy(key, &slot, 0, 0); in psa_get_key_attributes() 1502 status = psa_get_and_lock_key_slot_with_policy(key, &slot, in psa_export_key() 1615 status = psa_get_and_lock_key_slot_with_policy(key, &slot, 0, 0); in psa_export_public_key() 2182 status = psa_get_and_lock_key_slot_with_policy( in psa_copy_key() 2601 status = psa_get_and_lock_key_slot_with_policy( in psa_mac_setup() 2797 status = psa_get_and_lock_key_slot_with_policy( in psa_mac_compute_internal() 2965 status = psa_get_and_lock_key_slot_with_policy( in psa_sign_internal() 3020 status = psa_get_and_lock_key_slot_with_policy( in psa_verify_internal() [all …]
|