Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dhmac_drbg.h346 int mbedtls_hmac_drbg_random_with_add(void *p_rng,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dhmac_drbg.c306 int mbedtls_hmac_drbg_random_with_add(void *p_rng, in mbedtls_hmac_drbg_random_with_add() function
393 ret = mbedtls_hmac_drbg_random_with_add(ctx, output, out_len, NULL, 0); in mbedtls_hmac_drbg_random()