Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dctr_drbg.c348 static int mbedtls_ctr_drbg_reseed_internal( mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_reseed_internal() function
407 return( mbedtls_ctr_drbg_reseed_internal( ctx, additional, len, 0 ) ); in mbedtls_ctr_drbg_reseed()
474 if( ( ret = mbedtls_ctr_drbg_reseed_internal( ctx, custom, len, in mbedtls_ctr_drbg_seed()