Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_se.c221 psa_drv_se_allocate_key_t p_allocate = in psa_find_se_slot_for_key() local
222 driver->methods->key_management->p_allocate; in psa_find_se_slot_for_key()
223 if (p_allocate == NULL) { in psa_find_se_slot_for_key()
226 status = p_allocate(&driver->u.context, in psa_find_se_slot_for_key()
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_se_driver.h1111 psa_drv_se_allocate_key_t MBEDTLS_PRIVATE(p_allocate);