Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dpsa_crypto_slot_management.c384 mbedtls_svc_key_id_t key, psa_key_slot_t **p_slot) in psa_get_and_lock_key_slot_in_memory() argument
423 *p_slot = slot; in psa_get_and_lock_key_slot_in_memory()
502 psa_key_slot_t **p_slot) in psa_allocate_volatile_key_slot() argument
549 *p_slot = slot; in psa_allocate_volatile_key_slot()
596 psa_key_slot_t **p_slot) in psa_reserve_free_key_slot() argument
609 return psa_allocate_volatile_key_slot(volatile_key_id, p_slot); in psa_reserve_free_key_slot()
669 *p_slot = selected_slot; in psa_reserve_free_key_slot()
676 *p_slot = NULL; in psa_reserve_free_key_slot()
799 psa_key_slot_t **p_slot) in psa_get_and_lock_key_slot() argument
803 *p_slot = NULL; in psa_get_and_lock_key_slot()
[all …]
Dpsa_crypto_slot_management.h94 psa_key_slot_t **p_slot);
162 psa_key_slot_t **p_slot);
Dpsa_crypto.c1104 psa_key_slot_t **p_slot, in psa_get_and_lock_key_slot_with_policy() argument
1111 status = psa_get_and_lock_key_slot(key, p_slot); in psa_get_and_lock_key_slot_with_policy()
1115 slot = *p_slot; in psa_get_and_lock_key_slot_with_policy()
1143 *p_slot = NULL; in psa_get_and_lock_key_slot_with_policy()
1170 psa_key_slot_t **p_slot, in psa_get_and_lock_transparent_key_slot_with_policy() argument
1174 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()
1180 if (psa_key_lifetime_is_external((*p_slot)->attr.lifetime) in psa_get_and_lock_transparent_key_slot_with_policy()
1182 … && PSA_KEY_LIFETIME_GET_LOCATION((*p_slot)->attr.lifetime) != TFM_BUILTIN_KEY_LOADER_KEY_LOCATION in psa_get_and_lock_transparent_key_slot_with_policy()
1185 psa_unregister_read_under_mutex(*p_slot); in psa_get_and_lock_transparent_key_slot_with_policy()
1186 *p_slot = NULL; in psa_get_and_lock_transparent_key_slot_with_policy()
[all …]