Home
last modified time | relevance | path

Searched refs:tfm_crypto_operation_lookup (Results 1 – 8 of 8) sorted by relevance

/trusted-firmware-m-3.6.0/secure_fw/partitions/crypto/
Dtfm_crypto_api.h92 psa_status_t tfm_crypto_operation_lookup(enum tfm_crypto_operation_type type,
Dcrypto_alloc.c152 psa_status_t tfm_crypto_operation_lookup(enum tfm_crypto_operation_type type, in tfm_crypto_operation_lookup() function
Dcrypto_key_derivation.c59 status = tfm_crypto_operation_lookup( in tfm_crypto_key_derivation_interface()
Dcrypto_hash.c72 status = tfm_crypto_operation_lookup(TFM_CRYPTO_HASH_OPERATION, in tfm_crypto_hash_interface()
Dcrypto_mac.c79 status = tfm_crypto_operation_lookup(TFM_CRYPTO_MAC_OPERATION, in tfm_crypto_mac_interface()
Dcrypto_cipher.c83 status = tfm_crypto_operation_lookup(TFM_CRYPTO_CIPHER_OPERATION, in tfm_crypto_cipher_interface()
Dcrypto_aead.c102 status = tfm_crypto_operation_lookup(TFM_CRYPTO_AEAD_OPERATION, in tfm_crypto_aead_interface()
/trusted-firmware-m-3.6.0/docs/design_docs/services/
Dtfm_crypto_design.rst135 …| tfm_crypto_operation_lookup() | Alloc | Service modules | It retrieves a previously allo…