Home
last modified time | relevance | path

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

/mbedtls-3.5.0/library/
Dpsa_crypto_slot_management.c98 mbedtls_svc_key_id_t key, psa_key_slot_t **p_slot) in psa_get_and_lock_key_slot_in_memory() argument
136 *p_slot = slot; in psa_get_and_lock_key_slot_in_memory()
165 psa_key_slot_t **p_slot) in psa_get_empty_key_slot() argument
213 *p_slot = selected_slot; in psa_get_empty_key_slot()
220 *p_slot = NULL; in psa_get_empty_key_slot()
342 psa_key_slot_t **p_slot) in psa_get_and_lock_key_slot() argument
346 *p_slot = NULL; in psa_get_and_lock_key_slot()
355 status = psa_get_and_lock_key_slot_in_memory(key, p_slot); in psa_get_and_lock_key_slot()
365 status = psa_get_empty_key_slot(&volatile_key_id, p_slot); in psa_get_and_lock_key_slot()
370 (*p_slot)->attr.id = key; in psa_get_and_lock_key_slot()
[all …]
Dpsa_crypto_slot_management.h96 psa_key_slot_t **p_slot);
126 psa_key_slot_t **p_slot);
Dpsa_crypto.c949 psa_key_slot_t **p_slot, in psa_get_and_lock_key_slot_with_policy() argument
956 status = psa_get_and_lock_key_slot(key, p_slot); in psa_get_and_lock_key_slot_with_policy()
960 slot = *p_slot; in psa_get_and_lock_key_slot_with_policy()
988 *p_slot = NULL; in psa_get_and_lock_key_slot_with_policy()
1009 psa_key_slot_t **p_slot, in psa_get_and_lock_transparent_key_slot_with_policy() argument
1013 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()
1019 if (psa_key_lifetime_is_external((*p_slot)->attr.lifetime) in psa_get_and_lock_transparent_key_slot_with_policy()
1021 … && 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()
1024 psa_unlock_key_slot(*p_slot); in psa_get_and_lock_transparent_key_slot_with_policy()
1025 *p_slot = NULL; in psa_get_and_lock_transparent_key_slot_with_policy()
[all …]