Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/tls/mbedtls/
H A Dlws-genhash.c40 #define mbedtls_sha512_starts_ret mbedtls_sha512_starts
181 mbedtls_sha512_starts(&ctx->u.sha512, 1 /* is384 */); in lws_genhash_init()
185 mbedtls_sha512_starts(&ctx->u.sha512, 0); in lws_genhash_init()
/third_party/mbedtls/include/mbedtls/
H A Dcompat-2.x.h53 #define mbedtls_sha512_starts_ret mbedtls_sha512_starts
H A Dsha512.h49 * made in the call to mbedtls_sha512_starts().
108 int mbedtls_sha512_starts(mbedtls_sha512_context *ctx, int is384);
/third_party/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.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()
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()

Completed in 5 milliseconds