Home
last modified time | relevance | path

Searched refs:mbedtls_sha256_starts (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/
H A Dlws-genhash.c37 #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 Dpsa_crypto_hash.c124 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 Dsha256.c214 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 Dmd.c542 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 Dpsa_crypto_hash.c124 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 Dsha256.c244 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 Dmd.c542 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 Dsha256_mbedtls.h21 #define mbedtls_sha256_starts mbedtls_sha256_starts_ret macro
/aosp_15_r20/external/pigweed/pw_crypto/
H A Dsha256_mbedtls.cc26 if (mbedtls_sha256_starts(&ctx, /* is224 = */ 0)) { in DoInit()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dcompat-2.x.h37 #define mbedtls_sha256_starts_ret mbedtls_sha256_starts
H A Dsha256.h95 int mbedtls_sha256_starts(mbedtls_sha256_context *ctx, int is224);
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dcompat-2.x.h37 #define mbedtls_sha256_starts_ret mbedtls_sha256_starts
H A Dsha256.h93 int mbedtls_sha256_starts(mbedtls_sha256_context *ctx, int is224);
/aosp_15_r20/external/ot-br-posix/src/utils/
H A Dsteering_data.cpp55 mbedtls_sha256_starts(&sha256, 0); in ComputeJoinerId()
/aosp_15_r20/external/curl/lib/
H A Dsha256.c163 (void) mbedtls_sha256_starts(ctx, 0); in my_sha256_init()
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_shax.function31 mbedtls_sha256_starts(&ctx, invalid_type));
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_shax.function31 mbedtls_sha256_starts(&ctx, invalid_type));
/aosp_15_r20/external/openthread/src/core/crypto/
H A Dcrypto_platform.cpp394 VerifyOrExit((mbedtls_sha256_starts(context, 0) == 0), error = kErrorFailed); in otPlatCryptoSha256Start()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A D3.0-migration-guide.md343 | `mbedtls_sha256_starts_ret` | `mbedtls_sha256_starts` |
/aosp_15_r20/external/mbedtls/docs/
H A D3.0-migration-guide.md343 | `mbedtls_sha256_starts_ret` | `mbedtls_sha256_starts` |
/aosp_15_r20/external/mbedtls/
H A DChangeLog3504 * Fix the entropy.c module to not call mbedtls_sha256_starts() or
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog3764 * Fix the entropy.c module to not call mbedtls_sha256_starts() or