Home
last modified time | relevance | path

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

/lib/mbedtls/external/mbedtls/include/mbedtls/
A Dcompat-2.x.h37 #define mbedtls_sha256_starts_ret mbedtls_sha256_starts
A Dsha256.h95 int mbedtls_sha256_starts(mbedtls_sha256_context *ctx, int is224);
/lib/mbedtls/port/
A Dsha256_alt.h28 static inline int mbedtls_sha256_starts(mbedtls_sha256_context *ctx, int is224) in mbedtls_sha256_starts() function
/lib/mbedtls/
A Dsha256.c28 mbedtls_sha256_starts(ctx, 0); in sha256_starts()
/lib/mbedtls/external/mbedtls/library/
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()
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()
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()
/lib/mbedtls/external/mbedtls/tests/suites/
A Dtest_suite_shax.function31 mbedtls_sha256_starts(&ctx, invalid_type));
/lib/mbedtls/external/mbedtls/docs/
A D3.0-migration-guide.md343 | `mbedtls_sha256_starts_ret` | `mbedtls_sha256_starts` |
/lib/mbedtls/external/mbedtls/
A DChangeLog3764 * Fix the entropy.c module to not call mbedtls_sha256_starts() or

Completed in 69 milliseconds