Searched refs:t_cose_crypto_hmac (Results 1 – 4 of 4) sorted by relevance
| /trusted-firmware-m-latest/lib/ext/t_cose/src/ |
| D | t_cose_crypto.h | 379 struct t_cose_crypto_hmac { struct 560 t_cose_crypto_hmac_sign_setup(struct t_cose_crypto_hmac *hmac_ctx, 580 t_cose_crypto_hmac_update(struct t_cose_crypto_hmac *hmac_ctx, 602 t_cose_crypto_hmac_sign_finish(struct t_cose_crypto_hmac *hmac_ctx, 623 t_cose_crypto_hmac_verify_setup(struct t_cose_crypto_hmac *hmac_ctx, 643 t_cose_crypto_hmac_verify_finish(struct t_cose_crypto_hmac *hmac_ctx,
|
| D | t_cose_mac0_verify.c | 108 struct t_cose_crypto_hmac hmac_ctx; in t_cose_mac0_verify()
|
| D | t_cose_mac0_sign.c | 303 struct t_cose_crypto_hmac hmac_ctx; in t_cose_mac0_encode_tag()
|
| /trusted-firmware-m-latest/lib/ext/t_cose/crypto_adapters/ |
| D | t_cose_psa_crypto.c | 465 t_cose_crypto_hmac_sign_setup(struct t_cose_crypto_hmac *hmac_ctx, in t_cose_crypto_hmac_sign_setup() 506 t_cose_crypto_hmac_update(struct t_cose_crypto_hmac *hmac_ctx, in t_cose_crypto_hmac_update() 525 t_cose_crypto_hmac_sign_finish(struct t_cose_crypto_hmac *hmac_ctx, in t_cose_crypto_hmac_sign_finish() 549 t_cose_crypto_hmac_verify_setup(struct t_cose_crypto_hmac *hmac_ctx, in t_cose_crypto_hmac_verify_setup() 590 t_cose_crypto_hmac_verify_finish(struct t_cose_crypto_hmac *hmac_ctx, in t_cose_crypto_hmac_verify_finish()
|