Home
last modified time | relevance | path

Searched refs:aux_out (Results 1 - 1 of 1) sorted by relevance

/third_party/mbedtls/library/
H A Dssl_msg.c96 unsigned char aux_out[PSA_HASH_MAX_SIZE]; in mbedtls_ct_hmac() local
142 PSA_CHK(psa_hash_finish(&aux_operation, aux_out, in mbedtls_ct_hmac()
146 output, aux_out, NULL, hash_size); in mbedtls_ct_hmac() local
174 mbedtls_platform_zeroize(aux_out, PSA_HASH_MAX_SIZE); in mbedtls_ct_hmac()
216 unsigned char aux_out[MBEDTLS_MD_MAX_SIZE]; in mbedtls_ct_hmac() local
246 MD_CHK(mbedtls_md_finish(&aux, aux_out)); in mbedtls_ct_hmac()
249 output, aux_out, NULL, hash_size); in mbedtls_ct_hmac() local
257 MD_CHK(mbedtls_md_finish(ctx, aux_out)); in mbedtls_ct_hmac()

Completed in 10 milliseconds