Home
last modified time | relevance | path

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

/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto_low_hash.function88 TEST_EQUAL(mbedtls_psa_hash_update(&operation0, input1->x, input1->len),
92 TEST_EQUAL(mbedtls_psa_hash_update(&operation0, input2->x, input2->len),
103 TEST_EQUAL(mbedtls_psa_hash_update(&clone_start, input1->x, input1->len),
112 TEST_EQUAL(mbedtls_psa_hash_update(&clone_middle, input2->x, input2->len),
198 TEST_EQUAL(mbedtls_psa_hash_update(&operation, NULL, 0),
/mbedtls-latest/library/
Dpsa_crypto_hash.c261 psa_status_t mbedtls_psa_hash_update( in mbedtls_psa_hash_update() function
450 status = mbedtls_psa_hash_update(&operation, input, input_length); in mbedtls_psa_hash_compute()
Dpsa_crypto_hash.h139 psa_status_t mbedtls_psa_hash_update(
Dpsa_crypto_driver_wrappers.h1885 return( mbedtls_psa_hash_update( &operation->ctx.mbedtls_ctx, in psa_driver_wrapper_hash_update()
/mbedtls-latest/tests/src/drivers/
Dhash.c131 mbedtls_psa_hash_update(operation, input, input_length); in mbedtls_test_transparent_hash_update()
/mbedtls-latest/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers.h.jinja1615 return( mbedtls_psa_hash_update( &operation->ctx.mbedtls_ctx,