Home
last modified time | relevance | path

Searched refs:mbedtls_sha256_update_ret (Results 1 – 5 of 5) sorted by relevance

/reactos/dll/3rdparty/mbedtls/
H A Dsha256.c326 int mbedtls_sha256_update_ret( mbedtls_sha256_context *ctx, in mbedtls_sha256_update_ret() function
381 mbedtls_sha256_update_ret( ctx, input, ilen ); in mbedtls_sha256_update()
481 if( ( ret = mbedtls_sha256_update_ret( &ctx, input, ilen ) ) != 0 ) in mbedtls_sha256_ret()
592 ret = mbedtls_sha256_update_ret( &ctx, buf, buflen ); in mbedtls_sha256_self_test()
600 ret = mbedtls_sha256_update_ret( &ctx, sha256_test_buf[j], in mbedtls_sha256_self_test()
H A Dentropy.c255 if( ( ret = mbedtls_sha256_update_ret( &ctx->accumulator, header, 2 ) ) != 0 ) in entropy_update()
257 ret = mbedtls_sha256_update_ret( &ctx->accumulator, p, use_len ); in entropy_update()
442 if( ( ret = mbedtls_sha256_update_ret( &ctx->accumulator, buf, in mbedtls_entropy_func()
H A Dmd_wrap.c427 return( mbedtls_sha256_update_ret( (mbedtls_sha256_context *) ctx, in sha224_update_wrap()
H A Dssl_tls.c6138 mbedtls_sha256_update_ret( &ssl->handshake->fin_sha256, buf, len ); in ssl_update_checksum_start()
6161 mbedtls_sha256_update_ret( &ssl->handshake->fin_sha256, buf, len ); in ssl_update_checksum_sha256()
/reactos/sdk/include/reactos/libs/mbedtls/
H A Dsha256.h148 int mbedtls_sha256_update_ret( mbedtls_sha256_context *ctx,