/aosp_15_r20/external/mbedtls/library/ |
H A D | sha256.c | 611 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 D | psa_crypto_hash.c | 289 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 D | md.c | 601 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 D | sha256.c | 641 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 D | psa_crypto_hash.c | 289 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 D | md.c | 601 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 D | lws-genhash.c | 38 #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 D | sha256_mbedtls.h | 22 #define mbedtls_sha256_update mbedtls_sha256_update_ret macro
|
/aosp_15_r20/external/pigweed/pw_crypto/ |
H A D | sha256_mbedtls.cc | 34 if (mbedtls_sha256_update(&ctx, in DoUpdate()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | compat-2.x.h | 38 #define mbedtls_sha256_update_ret mbedtls_sha256_update
|
H A D | sha256.h | 110 int mbedtls_sha256_update(mbedtls_sha256_context *ctx,
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | compat-2.x.h | 38 #define mbedtls_sha256_update_ret mbedtls_sha256_update
|
H A D | sha256.h | 108 int mbedtls_sha256_update(mbedtls_sha256_context *ctx,
|
/aosp_15_r20/external/ot-br-posix/src/utils/ |
H A D | steering_data.cpp | 56 mbedtls_sha256_update(&sha256, aEui64, kSizeEui64); in ComputeJoinerId()
|
/aosp_15_r20/external/curl/lib/ |
H A D | sha256.c | 175 (void) mbedtls_sha256_update(ctx, data, length); in my_sha256_update()
|
/aosp_15_r20/external/openthread/src/core/crypto/ |
H A D | crypto_platform.cpp | 414 …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 D | 3.0-migration-guide.md | 344 | `mbedtls_sha256_update_ret` | `mbedtls_sha256_update` |
|
/aosp_15_r20/external/mbedtls/docs/ |
H A D | 3.0-migration-guide.md | 344 | `mbedtls_sha256_update_ret` | `mbedtls_sha256_update` |
|