Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dsha3.h108 int mbedtls_sha3_update(mbedtls_sha3_context *ctx,
/optee_os/lib/libmbedtls/mbedtls/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.c623 return mbedtls_sha3_update(ctx->md_ctx, input, ilen); in mbedtls_md_update()