Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dctr_drbg.h446 int mbedtls_ctr_drbg_reseed( mbedtls_ctr_drbg_context *ctx,
A Dcompat-1.3.h1835 #define ctr_drbg_reseed mbedtls_ctr_drbg_reseed
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dctr_drbg.c417 int mbedtls_ctr_drbg_reseed( mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_reseed() function
537 if( ( ret = mbedtls_ctr_drbg_reseed( ctx, additional, add_len ) ) != 0 ) in mbedtls_ctr_drbg_random_with_add()
881 CHK( mbedtls_ctr_drbg_reseed( &ctx, NULL, 0 ) ); in mbedtls_ctr_drbg_self_test()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog2502 * Fixed potential arithmetic overflow in mbedtls_ctr_drbg_reseed() that could

Completed in 36 milliseconds