Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
H A Dpsa_crypto_mac.h164 psa_status_t mbedtls_psa_mac_update(
178 * the inputs passed to preceding calls to mbedtls_psa_mac_update().
223 * mbedtls_psa_mac_update(). It then compares the calculated MAC with the
H A Dpsa_crypto_mac.c341 psa_status_t mbedtls_psa_mac_update( in mbedtls_psa_mac_update() function
477 status = mbedtls_psa_mac_update(&operation, input, input_length); in mbedtls_psa_mac_compute()
H A Dpsa_crypto_driver_wrappers.c1988 return (mbedtls_psa_mac_update(&operation->ctx.mbedtls_ctx, input, input_length)); in psa_driver_wrapper_mac_update()
/third_party/mbedtls/tests/src/drivers/
H A Dtest_driver_mac.c162 mbedtls_psa_mac_update( in mbedtls_test_transparent_mac_update()

Completed in 6 milliseconds