Home
last modified time | relevance | path

Searched refs:hmac_size (Results 1 – 2 of 2) sorted by relevance

/optee_os/lib/libmbedtls/core/
H A Dhmac.c57 size_t hmac_size = 0; in mbed_hmac_final() local
62 hmac_size = mbedtls_md_get_size(mbedtls_md_info_from_ctx(&c->md_ctx)); in mbed_hmac_final()
63 if (hmac_size > len) { in mbed_hmac_final()
64 if (hmac_size > sizeof(block_digest)) in mbed_hmac_final()
74 if (hmac_size > len) in mbed_hmac_final()
/optee_os/core/crypto/
H A Dsm3-hmac.c54 size_t hmac_size = TEE_SM3_HASH_SIZE; in op_sm3_hmac_final() local
61 if (hmac_size > len) in op_sm3_hmac_final()
68 if (hmac_size > len) in op_sm3_hmac_final()