Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dctr_drbg.h519 int mbedtls_ctr_drbg_random_with_add(void *p_rng,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dctr_drbg.c609 int mbedtls_ctr_drbg_random_with_add(void *p_rng, in mbedtls_ctr_drbg_random_with_add() function
708 ret = mbedtls_ctr_drbg_random_with_add(ctx, output, output_len, NULL, 0); in mbedtls_ctr_drbg_random()