Searched refs:t_cose_crypto_hash_update (Results 1 – 6 of 6) sorted by relevance
| /trusted-firmware-m-latest/lib/ext/t_cose/src/ |
| D | t_cose_util.c | 245 t_cose_crypto_hash_update(&hash_ctx, in create_tbs_hash() 252 t_cose_crypto_hash_update(&hash_ctx, payload); in create_tbs_hash()
|
| D | t_cose_mac0_verify.c | 58 t_cose_crypto_hash_update(&hash_ctx, q_useful_buf_head(header, header.len)); in short_circuit_verify() 61 t_cose_crypto_hash_update(&hash_ctx, payload); in short_circuit_verify()
|
| D | t_cose_mac0_sign.c | 192 t_cose_crypto_hash_update(&hash_ctx, q_useful_buf_head(header, header.len)); in short_circuit_tag() 195 t_cose_crypto_hash_update(&hash_ctx, payload); in short_circuit_tag()
|
| D | t_cose_crypto.h | 504 void t_cose_crypto_hash_update(struct t_cose_crypto_hash *hash_ctx,
|
| /trusted-firmware-m-latest/lib/ext/t_cose/crypto_adapters/ |
| D | t_cose_psa_crypto.c | 367 void t_cose_crypto_hash_update(struct t_cose_crypto_hash *hash_ctx, in t_cose_crypto_hash_update() function
|
| /trusted-firmware-m-latest/docs/integration_guide/services/ |
| D | tfm_attestation_integration_guide.rst | 419 - ``t_cose_crypto_hash_update()``: Add a message fragment to a multipart hash
|