Home
last modified time | relevance | path

Searched refs:psa_is_key_slot_occupied (Results 1 – 2 of 2) sorted by relevance

/mbedtls-3.5.0/library/
Dpsa_crypto_slot_management.c179 if (!psa_is_key_slot_occupied(slot)) { in psa_get_empty_key_slot()
555 if (!psa_is_key_slot_occupied(slot)) { in mbedtls_psa_get_stats()
Dpsa_crypto_core.h115 static inline int psa_is_key_slot_occupied(const psa_key_slot_t *slot) in psa_is_key_slot_occupied() function