Home
last modified time | relevance | path

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

/mbedtls-latest/library/
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()
Dsha256.c248 int mbedtls_sha256_starts(mbedtls_sha256_context *ctx, int is224) in mbedtls_sha256_starts() function
797 if ((ret = mbedtls_sha256_starts(&ctx, is224)) != 0) { in mbedtls_sha256()
909 if ((ret = mbedtls_sha256_starts(&ctx, is224)) != 0) { in mbedtls_sha256_common_self_test()
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()
/mbedtls-latest/include/mbedtls/
Dcompat-2.x.h37 #define mbedtls_sha256_starts_ret mbedtls_sha256_starts
Dsha256.h95 int mbedtls_sha256_starts(mbedtls_sha256_context *ctx, int is224);
/mbedtls-latest/tests/suites/
Dtest_suite_shax.function31 mbedtls_sha256_starts(&ctx, invalid_type));
/mbedtls-latest/docs/
D3.0-migration-guide.md343 | `mbedtls_sha256_starts_ret` | `mbedtls_sha256_starts` |
/mbedtls-latest/
DChangeLog3959 * Fix the entropy.c module to not call mbedtls_sha256_starts() or