Home
last modified time | relevance | path

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

/mbedtls-3.7.0/include/mbedtls/
Dcompat-2.x.h41 #define mbedtls_sha512_starts_ret mbedtls_sha512_starts
Dsha512.h96 int mbedtls_sha512_starts(mbedtls_sha512_context *ctx, int is384);
/mbedtls-3.7.0/library/
Dpsa_crypto_hash.c136 ret = mbedtls_sha512_starts(&operation->ctx.sha512, 1); in mbedtls_psa_hash_setup()
142 ret = mbedtls_sha512_starts(&operation->ctx.sha512, 0); in mbedtls_psa_hash_setup()
Dmd.c550 return mbedtls_sha512_starts(ctx->md_ctx, 1); in mbedtls_md_starts()
554 return mbedtls_sha512_starts(ctx->md_ctx, 0); in mbedtls_md_starts()
Dsha512.c244 int mbedtls_sha512_starts(mbedtls_sha512_context *ctx, int is384) in mbedtls_sha512_starts() function
911 if ((ret = mbedtls_sha512_starts(&ctx, is384)) != 0) { in mbedtls_sha512()
1041 if ((ret = mbedtls_sha512_starts(&ctx, is384)) != 0) { in mbedtls_sha512_common_self_test()
/mbedtls-3.7.0/tests/suites/
Dtest_suite_shax.function79 mbedtls_sha512_starts(&ctx, invalid_type));
/mbedtls-3.7.0/docs/
D3.0-migration-guide.md347 | `mbedtls_sha512_starts_ret` | `mbedtls_sha512_starts` |
/mbedtls-3.7.0/
DChangeLog3765 mbedtls_sha512_starts() in the mbedtls_entropy_init() function.