Home
last modified time | relevance | path

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

/mbedtls-development/include/mbedtls/
A Dcompat-2.x.h49 #define mbedtls_sha256_starts_ret mbedtls_sha256_starts
A Dsha256.h102 int mbedtls_sha256_starts( mbedtls_sha256_context *ctx, int is224 );
/mbedtls-development/library/
A Dsha256.c80 int mbedtls_sha256_starts( mbedtls_sha256_context *ctx, int is224 ) in mbedtls_sha256_starts() function
407 if( ( ret = mbedtls_sha256_starts( &ctx, is224 ) ) != 0 ) in mbedtls_sha256()
502 if( ( ret = mbedtls_sha256_starts( &ctx, k ) ) != 0 ) in mbedtls_sha256_self_test()
A Dpsa_crypto_hash.c198 ret = mbedtls_sha256_starts( &operation->ctx.sha256, 1 ); in hash_setup()
204 ret = mbedtls_sha256_starts( &operation->ctx.sha256, 0 ); in hash_setup()
A Dentropy.c191 ( ret = mbedtls_sha256_starts( &ctx->accumulator, 0 ) ) != 0 ) in entropy_update()
388 if( ( ret = mbedtls_sha256_starts( &ctx->accumulator, 0 ) ) != 0 ) in mbedtls_entropy_func()
A Dmd.c444 return( mbedtls_sha256_starts( ctx->md_ctx, 1 ) ); in mbedtls_md_starts()
448 return( mbedtls_sha256_starts( ctx->md_ctx, 0 ) ); in mbedtls_md_starts()
A Dssl_tls.c2431 mbedtls_sha256_starts( &ssl->handshake->fin_sha256, 0 ); in mbedtls_ssl_reset_checksum()
2937 mbedtls_sha256_starts( &handshake->fin_sha256, 0 ); in ssl_handshake_params_init()
/mbedtls-development/tests/suites/
A Dtest_suite_shax.function31 mbedtls_sha256_starts( &ctx, invalid_type ) );
/mbedtls-development/docs/
A D3.0-migration-guide.md315 | `mbedtls_sha256_starts_ret` | `mbedtls_sha256_starts` |
/mbedtls-development/
A DChangeLog2313 * Fix the entropy.c module to not call mbedtls_sha256_starts() or

Completed in 28 milliseconds