Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/secure_fw/partitions/crypto/
Dcrypto_spe.h57 #define psa_aead_decrypt_setup \ macro
58 PSA_FUNCTION_NAME(psa_aead_decrypt_setup)
Dcrypto_aead.c152 status = psa_aead_decrypt_setup(operation, library_key, iov->alg); in tfm_crypto_aead_interface()
/trusted-firmware-m-latest/interface/include/psa/
Dcrypto.h2366 psa_status_t psa_aead_decrypt_setup(psa_aead_operation_t *operation,
/trusted-firmware-m-latest/interface/src/
Dtfm_crypto_api.c824 TFM_CRYPTO_API(psa_status_t, psa_aead_decrypt_setup)(psa_aead_operation_t *operation, in TFM_CRYPTO_API() argument