Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dctr_drbg.h461 int mbedtls_ctr_drbg_reseed(mbedtls_ctr_drbg_context *ctx,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dctr_drbg.c504 int mbedtls_ctr_drbg_reseed(mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_reseed() function
634 if ((ret = mbedtls_ctr_drbg_reseed(ctx, additional, add_len)) != 0) { in mbedtls_ctr_drbg_random_with_add()
997 CHK(mbedtls_ctr_drbg_reseed(&ctx, NULL, 0)); in mbedtls_ctr_drbg_self_test()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog4391 * Fixed potential arithmetic overflow in mbedtls_ctr_drbg_reseed() that could