Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_msg.c98 psa_hash_operation_t aux_operation = PSA_HASH_OPERATION_INIT; in mbedtls_ct_hmac() local
142 PSA_CHK(psa_hash_clone(&operation, &aux_operation)); in mbedtls_ct_hmac()
143 PSA_CHK(psa_hash_finish(&aux_operation, aux_out, in mbedtls_ct_hmac()
178 psa_hash_abort(&aux_operation); in mbedtls_ct_hmac()