Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/secure_fw/partitions/crypto/
Dcrypto_alloc.c90 if (operations[i].in_use == TFM_CRYPTO_NOT_IN_USE) { in tfm_crypto_operation_alloc()
126 operations[h_val - 1].in_use = TFM_CRYPTO_NOT_IN_USE; in tfm_crypto_operation_release()
/trusted-firmware-m-3.4.0/interface/include/
Dtfm_crypto_defs.h276 TFM_CRYPTO_NOT_IN_USE = 0, enumerator