Home
last modified time | relevance | path

Searched refs:mbedtls_entropy_update_manual (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/3rdparty/mbedtls/
H A Dentropy.c266 int mbedtls_entropy_update_manual( mbedtls_entropy_context *ctx, in mbedtls_entropy_update_manual() function
487 ret = mbedtls_entropy_update_manual( ctx, buf, MBEDTLS_ENTROPY_BLOCK_SIZE ); in mbedtls_entropy_update_nv_seed()
549 ret = mbedtls_entropy_update_manual( ctx, buf, n ); in mbedtls_entropy_update_seed_file()
707 if( ( ret = mbedtls_entropy_update_manual( &ctx, buf, sizeof buf ) ) != 0 ) in mbedtls_entropy_self_test()
/reactos/sdk/include/reactos/libs/mbedtls/
H A Dentropy.h240 int mbedtls_entropy_update_manual( mbedtls_entropy_context *ctx,
H A Dcompat-1.3.h1976 #define entropy_update_manual mbedtls_entropy_update_manual