Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dcompat-2.x.h34 #define mbedtls_sha1_update_ret mbedtls_sha1_update
H A Dsha1.h130 int mbedtls_sha1_update(mbedtls_sha1_context *ctx,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dsha1.c238 int mbedtls_sha1_update(mbedtls_sha1_context *ctx, in mbedtls_sha1_update() function
367 if ((ret = mbedtls_sha1_update(&ctx, input, ilen)) != 0) { in mbedtls_sha1()
434 ret = mbedtls_sha1_update(&ctx, buf, buflen); in mbedtls_sha1_self_test()
440 ret = mbedtls_sha1_update(&ctx, sha1_test_buf[i], in mbedtls_sha1_self_test()
H A Dpsa_crypto_hash.c283 ret = mbedtls_sha1_update(&operation->ctx.sha1, in mbedtls_psa_hash_update()
H A Dmd.c600 return mbedtls_sha1_update(ctx->md_ctx, input, ilen); in mbedtls_md_update()