Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dconstant_time.c547 psa_hash_operation_t aux_operation = PSA_HASH_OPERATION_INIT; in mbedtls_ct_hmac() local
591 PSA_CHK(psa_hash_clone(&operation, &aux_operation)); in mbedtls_ct_hmac()
592 PSA_CHK(psa_hash_finish(&aux_operation, aux_out, in mbedtls_ct_hmac()
627 psa_hash_abort(&aux_operation); in mbedtls_ct_hmac()