Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dctr_drbg.h274 int mbedtls_ctr_drbg_random_with_add( void *p_rng,
A Dcompat-1.3.h1830 #define ctr_drbg_random_with_add mbedtls_ctr_drbg_random_with_add
/AliOS-Things-master/components/mbedtls/library/
A Dctr_drbg.c449 int mbedtls_ctr_drbg_random_with_add( void *p_rng, in mbedtls_ctr_drbg_random_with_add() function
533 ret = mbedtls_ctr_drbg_random_with_add( ctx, output, output_len, NULL, 0 ); in mbedtls_ctr_drbg_random()

Completed in 16 milliseconds