Home
last modified time | relevance | path

Searched refs:tfm_crypto_get_caller_id (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-3.4.0/secure_fw/partitions/crypto/
Dcrypto_alloc.c84 status = tfm_crypto_get_caller_id(&partition_id); in tfm_crypto_operation_alloc()
117 status = tfm_crypto_get_caller_id(&partition_id); in tfm_crypto_operation_release()
152 status = tfm_crypto_get_caller_id(&partition_id); in tfm_crypto_operation_lookup()
Dcrypto_init.c62 psa_status_t tfm_crypto_get_caller_id(int32_t *id) in tfm_crypto_get_caller_id() function
152 psa_status_t tfm_crypto_get_caller_id(int32_t *id) in tfm_crypto_get_caller_id() function
372 status = tfm_crypto_get_caller_id(&caller_id); in tfm_crypto_api_dispatcher()
Dtfm_crypto_api.h65 psa_status_t tfm_crypto_get_caller_id(int32_t *id);
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/hal/accelerator/
Dgcm_alt.c32 extern psa_status_t tfm_crypto_get_caller_id(int32_t *id);
229 tfm_crypto_get_caller_id(&id); in mbedtls_gcm_setkey()