Home
last modified time | relevance | path

Searched refs:mbedtls_sha256_update (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/mbedtls/library/
H A Dsha256.c611 int mbedtls_sha256_update(mbedtls_sha256_context *ctx, in mbedtls_sha256_update() function
767 if ((ret = mbedtls_sha256_update(&ctx, input, ilen)) != 0) { in mbedtls_sha256()
883 ret = mbedtls_sha256_update(&ctx, buf, buflen); in mbedtls_sha256_common_self_test()
890 ret = mbedtls_sha256_update(&ctx, sha_test_buf[i], in mbedtls_sha256_common_self_test()
H A Dpsa_crypto_hash.c289 ret = mbedtls_sha256_update(&operation->ctx.sha256, in mbedtls_psa_hash_update()
295 ret = mbedtls_sha256_update(&operation->ctx.sha256, in mbedtls_psa_hash_update()
H A Dmd.c601 return mbedtls_sha256_update(ctx->md_ctx, input, ilen); in mbedtls_md_update()
605 return mbedtls_sha256_update(ctx->md_ctx, input, ilen); in mbedtls_md_update()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dsha256.c641 int mbedtls_sha256_update(mbedtls_sha256_context *ctx, in mbedtls_sha256_update() function
797 if ((ret = mbedtls_sha256_update(&ctx, input, ilen)) != 0) { in mbedtls_sha256()
913 ret = mbedtls_sha256_update(&ctx, buf, buflen); in mbedtls_sha256_common_self_test()
920 ret = mbedtls_sha256_update(&ctx, sha_test_buf[i], in mbedtls_sha256_common_self_test()
H A Dpsa_crypto_hash.c289 ret = mbedtls_sha256_update(&operation->ctx.sha256, in mbedtls_psa_hash_update()
295 ret = mbedtls_sha256_update(&operation->ctx.sha256, in mbedtls_psa_hash_update()
H A Dmd.c601 return mbedtls_sha256_update(ctx->md_ctx, input, ilen); in mbedtls_md_update()
605 return mbedtls_sha256_update(ctx->md_ctx, input, ilen); in mbedtls_md_update()
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/
H A Dlws-genhash.c38 #define mbedtls_sha256_update_ret mbedtls_sha256_update
208 mbedtls_sha256_update(&ctx->u.sha256, in, len); in lws_genhash_update()
/aosp_15_r20/external/pigweed/pw_crypto/public/pw_crypto/
H A Dsha256_mbedtls.h22 #define mbedtls_sha256_update mbedtls_sha256_update_ret macro
/aosp_15_r20/external/pigweed/pw_crypto/
H A Dsha256_mbedtls.cc34 if (mbedtls_sha256_update(&ctx, in DoUpdate()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dcompat-2.x.h38 #define mbedtls_sha256_update_ret mbedtls_sha256_update
H A Dsha256.h110 int mbedtls_sha256_update(mbedtls_sha256_context *ctx,
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dcompat-2.x.h38 #define mbedtls_sha256_update_ret mbedtls_sha256_update
H A Dsha256.h108 int mbedtls_sha256_update(mbedtls_sha256_context *ctx,
/aosp_15_r20/external/ot-br-posix/src/utils/
H A Dsteering_data.cpp56 mbedtls_sha256_update(&sha256, aEui64, kSizeEui64); in ComputeJoinerId()
/aosp_15_r20/external/curl/lib/
H A Dsha256.c175 (void) mbedtls_sha256_update(ctx, data, length); in my_sha256_update()
/aosp_15_r20/external/openthread/src/core/crypto/
H A Dcrypto_platform.cpp414 …VerifyOrExit((mbedtls_sha256_update(context, reinterpret_cast<const uint8_t *>(aBuf), aBufLength) … in otPlatCryptoSha256Update()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A D3.0-migration-guide.md344 | `mbedtls_sha256_update_ret` | `mbedtls_sha256_update` |
/aosp_15_r20/external/mbedtls/docs/
H A D3.0-migration-guide.md344 | `mbedtls_sha256_update_ret` | `mbedtls_sha256_update` |