Home
last modified time | relevance | path

Searched refs:psa_mac_verify_setup (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-m-latest/secure_fw/partitions/crypto/
Dcrypto_spe.h137 #define psa_mac_verify_setup \ macro
138 PSA_FUNCTION_NAME(psa_mac_verify_setup)
Dcrypto_mac.c128 status = psa_mac_verify_setup(operation, library_key, iov->alg); in tfm_crypto_mac_interface()
/trusted-firmware-m-latest/lib/ext/t_cose/crypto_adapters/
Dt_cose_psa_crypto.c579 psa_ret = psa_mac_verify_setup(&hmac_ctx->op_ctx, in t_cose_crypto_hmac_verify_setup()
/trusted-firmware-m-latest/interface/include/psa/
Dcrypto.h1423 psa_status_t psa_mac_verify_setup(psa_mac_operation_t *operation,
/trusted-firmware-m-latest/interface/src/
Dtfm_crypto_api.c578 TFM_CRYPTO_API(psa_status_t, psa_mac_verify_setup)(psa_mac_operation_t *operation, in TFM_CRYPTO_API() argument