Home
last modified time | relevance | path

Searched refs:t_cose_crypto_hash (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-m-latest/lib/ext/t_cose/src/
Dt_cose_crypto.h326 struct t_cose_crypto_hash { struct
480 t_cose_crypto_hash_start(struct t_cose_crypto_hash *hash_ctx,
504 void t_cose_crypto_hash_update(struct t_cose_crypto_hash *hash_ctx,
539 t_cose_crypto_hash_finish(struct t_cose_crypto_hash *hash_ctx,
Dt_cose_util.c170 struct t_cose_crypto_hash hash_ctx; in create_tbs_hash()
Dt_cose_mac0_verify.c41 struct t_cose_crypto_hash hash_ctx; in short_circuit_verify()
Dt_cose_mac0_sign.c158 struct t_cose_crypto_hash hash_ctx; in short_circuit_tag()
/trusted-firmware-m-latest/lib/ext/t_cose/crypto_adapters/
Dt_cose_psa_crypto.c345 enum t_cose_err_t t_cose_crypto_hash_start(struct t_cose_crypto_hash *hash_ctx, in t_cose_crypto_hash_start()
367 void t_cose_crypto_hash_update(struct t_cose_crypto_hash *hash_ctx, in t_cose_crypto_hash_update()
394 t_cose_crypto_hash_finish(struct t_cose_crypto_hash *hash_ctx, in t_cose_crypto_hash_finish()
/trusted-firmware-m-latest/lib/ext/t_cose/test/
Drun_tests.c299 (uint32_t)sizeof(struct t_cose_crypto_hash), in PrintSizesTCose()