Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dconstant_time.c551 size_t mac_key_length; in mbedtls_ct_hmac() local
566 PSA_CHK(psa_export_key(key, key_buf, block_size, &mac_key_length)); in mbedtls_ct_hmac()
569 for (i = 0; i < mac_key_length; i++) { in mbedtls_ct_hmac()
607 for (i = 0; i < mac_key_length; i++) { in mbedtls_ct_hmac()