Searched refs:mbedtls_hmac_drbg_reseed (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/mbedtls/library/ |
H A D | hmac_drbg.c | 210 int mbedtls_hmac_drbg_reseed(mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_reseed() function 330 if ((ret = mbedtls_hmac_drbg_reseed(ctx, additional, add_len)) != 0) { in mbedtls_hmac_drbg_random_with_add() 612 CHK(mbedtls_hmac_drbg_reseed(&ctx, NULL, 0)); in mbedtls_hmac_drbg_self_test()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | hmac_drbg.c | 210 int mbedtls_hmac_drbg_reseed(mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_reseed() function 330 if ((ret = mbedtls_hmac_drbg_reseed(ctx, additional, add_len)) != 0) { in mbedtls_hmac_drbg_random_with_add() 612 CHK(mbedtls_hmac_drbg_reseed(&ctx, NULL, 0)); in mbedtls_hmac_drbg_self_test()
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | hmac_drbg.h | 312 int mbedtls_hmac_drbg_reseed(mbedtls_hmac_drbg_context *ctx,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | hmac_drbg.h | 312 int mbedtls_hmac_drbg_reseed(mbedtls_hmac_drbg_context *ctx,
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_hmac_drbg.function | 259 TEST_ASSERT(mbedtls_hmac_drbg_reseed(&ctx, add1->x, add1->len) == 0);
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_hmac_drbg.function | 259 TEST_ASSERT(mbedtls_hmac_drbg_reseed(&ctx, add1->x, add1->len) == 0);
|