Searched refs:mbedtls_ctr_drbg_reseed_internal (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/mbedtls/library/ |
H A D | ctr_drbg.c | 330 static int mbedtls_ctr_drbg_reseed_internal(mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_reseed_internal() function 390 return mbedtls_ctr_drbg_reseed_internal(ctx, additional, len, 0); in mbedtls_ctr_drbg_reseed() 456 if ((ret = mbedtls_ctr_drbg_reseed_internal(ctx, custom, len, in mbedtls_ctr_drbg_seed()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | ctr_drbg.c | 447 static int mbedtls_ctr_drbg_reseed_internal(mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_reseed_internal() function 507 return mbedtls_ctr_drbg_reseed_internal(ctx, additional, len, 0); in mbedtls_ctr_drbg_reseed() 583 if ((ret = mbedtls_ctr_drbg_reseed_internal(ctx, custom, len, in mbedtls_ctr_drbg_seed()
|