Searched refs:mbedtls_sha512_starts (Results 1 – 11 of 11) sorted by relevance
/third_party/libwebsockets/lib/tls/mbedtls/ |
D | lws-genhash.c | 40 #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/ |
D | compat-2.x.h | 53 #define mbedtls_sha512_starts_ret mbedtls_sha512_starts
|
D | sha512.h | 109 int mbedtls_sha512_starts( mbedtls_sha512_context *ctx, int is384 );
|
/third_party/mbedtls/library/ |
D | psa_crypto_hash.c | 177 ret = mbedtls_sha512_starts( &operation->ctx.sha512, 1 ); in mbedtls_psa_hash_setup() 183 ret = mbedtls_sha512_starts( &operation->ctx.sha512, 0 ); in mbedtls_psa_hash_setup()
|
D | sha512.c | 95 int mbedtls_sha512_starts( mbedtls_sha512_context *ctx, int is384 ) in mbedtls_sha512_starts() function 441 if( ( ret = mbedtls_sha512_starts( &ctx, is384 ) ) != 0 ) in mbedtls_sha512() 563 if( ( ret = mbedtls_sha512_starts( &ctx, k ) ) != 0 ) in mbedtls_sha512_self_test()
|
D | entropy.c | 182 ( ret = mbedtls_sha512_starts( &ctx->accumulator, 0 ) ) != 0 ) in entropy_update() 367 if( ( ret = mbedtls_sha512_starts( &ctx->accumulator, 0 ) ) != 0 ) in mbedtls_entropy_func()
|
D | md.c | 452 return( mbedtls_sha512_starts( ctx->md_ctx, 1 ) ); in mbedtls_md_starts() 456 return( mbedtls_sha512_starts( ctx->md_ctx, 0 ) ); in mbedtls_md_starts()
|
D | ssl_tls.c | 2466 mbedtls_sha512_starts( &ssl->handshake->fin_sha512, 1 ); in mbedtls_ssl_reset_checksum() 2977 mbedtls_sha512_starts( &handshake->fin_sha512, 1 ); in ssl_handshake_params_init()
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_shax.function | 80 mbedtls_sha512_starts( &ctx, invalid_type ) );
|
/third_party/mbedtls/docs/ |
D | 3.0-migration-guide.md | 319 | `mbedtls_sha512_starts_ret` | `mbedtls_sha512_starts` |
|
/third_party/mbedtls/ |
D | ChangeLog | 2493 mbedtls_sha512_starts() in the mbedtls_entropy_init() function.
|