Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/secure_fw/partitions/crypto/
Dcrypto_spe.h61 #define psa_aead_set_lengths \ macro
62 PSA_FUNCTION_NAME(psa_aead_set_lengths)
Dcrypto_aead.c193 return psa_aead_set_lengths(operation, iov->ad_length, in tfm_crypto_aead_interface()
/trusted-firmware-m-3.4.0/interface/include/psa/
Dcrypto.h2482 psa_status_t psa_aead_set_lengths(psa_aead_operation_t *operation,
/trusted-firmware-m-3.4.0/interface/src/
Dtfm_crypto_api.c870 psa_status_t psa_aead_set_lengths(psa_aead_operation_t *operation, in psa_aead_set_lengths() function