Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/secure_fw/partitions/crypto/
Dcrypto_hash.c71 status = tfm_crypto_operation_alloc(TFM_CRYPTO_HASH_OPERATION, in tfm_crypto_hash_interface()
166 status = tfm_crypto_operation_alloc(TFM_CRYPTO_HASH_OPERATION, in tfm_crypto_hash_interface()
Dtfm_crypto_api.h71 psa_status_t tfm_crypto_operation_alloc(enum tfm_crypto_operation_type type,
Dcrypto_alloc.c81 psa_status_t tfm_crypto_operation_alloc(enum tfm_crypto_operation_type type, in tfm_crypto_operation_alloc() function
Dcrypto_mac.c78 status = tfm_crypto_operation_alloc(TFM_CRYPTO_MAC_OPERATION, in tfm_crypto_mac_interface()
Dcrypto_key_derivation.c60 status = tfm_crypto_operation_alloc(TFM_CRYPTO_KEY_DERIVATION_OPERATION, in tfm_crypto_key_derivation_interface()
Dcrypto_cipher.c82 status = tfm_crypto_operation_alloc(TFM_CRYPTO_CIPHER_OPERATION, in tfm_crypto_cipher_interface()
Dcrypto_aead.c101 status = tfm_crypto_operation_alloc(TFM_CRYPTO_AEAD_OPERATION, in tfm_crypto_aead_interface()
/trusted-firmware-m-latest/docs/design_docs/services/
Dtfm_crypto_design.rst278 …| tfm_crypto_operation_alloc() | Alloc | Service modules | It allocates a new operation c…