/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/ |
H A D | lws-genhash.c | 37 #define mbedtls_sha256_starts_ret mbedtls_sha256_starts 177 mbedtls_sha256_starts(&ctx->u.sha256, 0); in lws_genhash_init()
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | psa_crypto_hash.c | 124 ret = mbedtls_sha256_starts(&operation->ctx.sha256, 1); in mbedtls_psa_hash_setup() 130 ret = mbedtls_sha256_starts(&operation->ctx.sha256, 0); in mbedtls_psa_hash_setup()
|
H A D | sha256.c | 214 int mbedtls_sha256_starts(mbedtls_sha256_context *ctx, int is224) in mbedtls_sha256_starts() function 763 if ((ret = mbedtls_sha256_starts(&ctx, is224)) != 0) { in mbedtls_sha256() 875 if ((ret = mbedtls_sha256_starts(&ctx, is224)) != 0) { in mbedtls_sha256_common_self_test()
|
H A D | md.c | 542 return mbedtls_sha256_starts(ctx->md_ctx, 1); in mbedtls_md_starts() 546 return mbedtls_sha256_starts(ctx->md_ctx, 0); in mbedtls_md_starts()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | psa_crypto_hash.c | 124 ret = mbedtls_sha256_starts(&operation->ctx.sha256, 1); in mbedtls_psa_hash_setup() 130 ret = mbedtls_sha256_starts(&operation->ctx.sha256, 0); in mbedtls_psa_hash_setup()
|
H A D | sha256.c | 244 int mbedtls_sha256_starts(mbedtls_sha256_context *ctx, int is224) in mbedtls_sha256_starts() function 793 if ((ret = mbedtls_sha256_starts(&ctx, is224)) != 0) { in mbedtls_sha256() 905 if ((ret = mbedtls_sha256_starts(&ctx, is224)) != 0) { in mbedtls_sha256_common_self_test()
|
H A D | md.c | 542 return mbedtls_sha256_starts(ctx->md_ctx, 1); in mbedtls_md_starts() 546 return mbedtls_sha256_starts(ctx->md_ctx, 0); in mbedtls_md_starts()
|
/aosp_15_r20/external/pigweed/pw_crypto/public/pw_crypto/ |
H A D | sha256_mbedtls.h | 21 #define mbedtls_sha256_starts mbedtls_sha256_starts_ret macro
|
/aosp_15_r20/external/pigweed/pw_crypto/ |
H A D | sha256_mbedtls.cc | 26 if (mbedtls_sha256_starts(&ctx, /* is224 = */ 0)) { in DoInit()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | compat-2.x.h | 37 #define mbedtls_sha256_starts_ret mbedtls_sha256_starts
|
H A D | sha256.h | 95 int mbedtls_sha256_starts(mbedtls_sha256_context *ctx, int is224);
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | compat-2.x.h | 37 #define mbedtls_sha256_starts_ret mbedtls_sha256_starts
|
H A D | sha256.h | 93 int mbedtls_sha256_starts(mbedtls_sha256_context *ctx, int is224);
|
/aosp_15_r20/external/ot-br-posix/src/utils/ |
H A D | steering_data.cpp | 55 mbedtls_sha256_starts(&sha256, 0); in ComputeJoinerId()
|
/aosp_15_r20/external/curl/lib/ |
H A D | sha256.c | 163 (void) mbedtls_sha256_starts(ctx, 0); in my_sha256_init()
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_shax.function | 31 mbedtls_sha256_starts(&ctx, invalid_type));
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_shax.function | 31 mbedtls_sha256_starts(&ctx, invalid_type));
|
/aosp_15_r20/external/openthread/src/core/crypto/ |
H A D | crypto_platform.cpp | 394 VerifyOrExit((mbedtls_sha256_starts(context, 0) == 0), error = kErrorFailed); in otPlatCryptoSha256Start()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/ |
H A D | 3.0-migration-guide.md | 343 | `mbedtls_sha256_starts_ret` | `mbedtls_sha256_starts` |
|
/aosp_15_r20/external/mbedtls/docs/ |
H A D | 3.0-migration-guide.md | 343 | `mbedtls_sha256_starts_ret` | `mbedtls_sha256_starts` |
|
/aosp_15_r20/external/mbedtls/ |
H A D | ChangeLog | 3504 * Fix the entropy.c module to not call mbedtls_sha256_starts() or
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/ |
H A D | ChangeLog | 3764 * Fix the entropy.c module to not call mbedtls_sha256_starts() or
|