Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/t_cose/src/
Dt_cose_mac0_verify.c246 return_value = t_cose_crypto_hmac_update(&hmac_ctx, in t_cose_mac0_verify()
253 return_value = t_cose_crypto_hmac_update(&hmac_ctx, *payload); in t_cose_mac0_verify()
Dt_cose_mac0_sign.c380 return_value = t_cose_crypto_hmac_update(&hmac_ctx, in t_cose_mac0_encode_tag()
391 return_value = t_cose_crypto_hmac_update(&hmac_ctx, maced_payload); in t_cose_mac0_encode_tag()
Dt_cose_crypto.h580 t_cose_crypto_hmac_update(struct t_cose_crypto_hmac *hmac_ctx,
/trusted-firmware-m-latest/lib/ext/t_cose/crypto_adapters/
Dt_cose_psa_crypto.c506 t_cose_crypto_hmac_update(struct t_cose_crypto_hmac *hmac_ctx, in t_cose_crypto_hmac_update() function
/trusted-firmware-m-latest/docs/integration_guide/services/
Dtfm_attestation_integration_guide.rst452 - ``t_cose_crypto_hmac_update()``: Add a message fragment to a multi-part HMAC