Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_shax.function205 TEST_ASSERT(mbedtls_sha3_update(&ctx, in->x + l, MIN(in->len - l, block_size)) == 0);
252 TEST_ASSERT(mbedtls_sha3_update(&ctx, input->x + i, len) == 0);
293 TEST_ASSERT(mbedtls_sha3_update(&ctx, input1->x, input1->len) == 0);
299 TEST_ASSERT(mbedtls_sha3_update(&ctx, input2->x, input2->len) == 0);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_shax.function205 TEST_ASSERT(mbedtls_sha3_update(&ctx, in->x + l, MIN(in->len - l, block_size)) == 0);
252 TEST_ASSERT(mbedtls_sha3_update(&ctx, input->x + i, len) == 0);
293 TEST_ASSERT(mbedtls_sha3_update(&ctx, input1->x, input1->len) == 0);
299 TEST_ASSERT(mbedtls_sha3_update(&ctx, input2->x, input2->len) == 0);
/aosp_15_r20/external/mbedtls/library/
H A Dsha3.c207 int mbedtls_sha3_update(mbedtls_sha3_context *ctx, in mbedtls_sha3_update() function
297 if ((ret = mbedtls_sha3_update(&ctx, input, ilen)) != 0) { in mbedtls_sha3()
519 result = mbedtls_sha3_update(&ctx, buffer, 1000); in mbedtls_sha3_long_kat_test()
H A Dpsa_crypto_hash.c327 ret = mbedtls_sha3_update(&operation->ctx.sha3, in mbedtls_psa_hash_update()
H A Dmd.c620 return mbedtls_sha3_update(ctx->md_ctx, input, ilen); in mbedtls_md_update()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dsha3.c302 int mbedtls_sha3_update(mbedtls_sha3_context *ctx, in mbedtls_sha3_update() function
392 if ((ret = mbedtls_sha3_update(&ctx, input, ilen)) != 0) { in mbedtls_sha3()
614 result = mbedtls_sha3_update(&ctx, buffer, 1000); in mbedtls_sha3_long_kat_test()
H A Dpsa_crypto_hash.c327 ret = mbedtls_sha3_update(&operation->ctx.sha3, in mbedtls_psa_hash_update()
H A Dmd.c620 return mbedtls_sha3_update(ctx->md_ctx, input, ilen); in mbedtls_md_update()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dsha3.h108 int mbedtls_sha3_update(mbedtls_sha3_context *ctx,
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dsha3.h108 int mbedtls_sha3_update(mbedtls_sha3_context *ctx,