Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/libs/mbedtls/
H A Dctr_drbg.h472 int mbedtls_ctr_drbg_random_with_add( void *p_rng,
H A Dcompat-1.3.h1861 #define ctr_drbg_random_with_add mbedtls_ctr_drbg_random_with_add
/reactos/dll/3rdparty/mbedtls/
H A Dctr_drbg.c478 int mbedtls_ctr_drbg_random_with_add( void *p_rng, in mbedtls_ctr_drbg_random_with_add() function
562 ret = mbedtls_ctr_drbg_random_with_add( ctx, output, output_len, NULL, 0 ); in mbedtls_ctr_drbg_random()