Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dcompat-2.x.h41 #define mbedtls_sha512_starts_ret mbedtls_sha512_starts
H A Dsha512.h96 int mbedtls_sha512_starts(mbedtls_sha512_context *ctx, int is384);
/optee_os/lib/libmbedtls/mbedtls/library/
H A 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()
H A Dmd.c553 return mbedtls_sha512_starts(ctx->md_ctx, 1); in mbedtls_md_starts()
557 return mbedtls_sha512_starts(ctx->md_ctx, 0); in mbedtls_md_starts()
H A 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()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog4153 mbedtls_sha512_starts() in the mbedtls_entropy_init() function.