Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/secure_fw/partitions/crypto/
Dcrypto_alloc.c91 operations[i].in_use = TFM_CRYPTO_IN_USE; in tfm_crypto_operation_alloc()
122 if ((operations[h_val - 1].in_use == TFM_CRYPTO_IN_USE) && in tfm_crypto_operation_release()
157 if ((operations[handle - 1].in_use == TFM_CRYPTO_IN_USE) && in tfm_crypto_operation_lookup()
/trusted-firmware-m-3.4.0/interface/include/
Dtfm_crypto_defs.h277 TFM_CRYPTO_IN_USE = 1 enumerator