Searched refs:mbedtls_hmac_drbg_random_with_add (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_hmac_drbg.function | 77 TEST_ASSERT(mbedtls_hmac_drbg_random_with_add(&ctx, out, sizeof(out) - 4, 99 TEST_ASSERT(mbedtls_hmac_drbg_random_with_add(&ctx, out, sizeof(out), 212 TEST_ASSERT(mbedtls_hmac_drbg_random_with_add(&ctx, my_output, output->len, 214 TEST_ASSERT(mbedtls_hmac_drbg_random_with_add(&ctx, my_output, output->len, 225 TEST_ASSERT(mbedtls_hmac_drbg_random_with_add(&ctx, my_output, output->len, 227 TEST_ASSERT(mbedtls_hmac_drbg_random_with_add(&ctx, my_output, output->len, 260 TEST_ASSERT(mbedtls_hmac_drbg_random_with_add(&ctx, my_output, output->len, 262 TEST_ASSERT(mbedtls_hmac_drbg_random_with_add(&ctx, my_output, output->len, 295 TEST_ASSERT(mbedtls_hmac_drbg_random_with_add(&ctx, my_output, output->len, 297 TEST_ASSERT(mbedtls_hmac_drbg_random_with_add(&ctx, my_output, output->len,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_hmac_drbg.function | 77 TEST_ASSERT(mbedtls_hmac_drbg_random_with_add(&ctx, out, sizeof(out) - 4, 99 TEST_ASSERT(mbedtls_hmac_drbg_random_with_add(&ctx, out, sizeof(out), 212 TEST_ASSERT(mbedtls_hmac_drbg_random_with_add(&ctx, my_output, output->len, 214 TEST_ASSERT(mbedtls_hmac_drbg_random_with_add(&ctx, my_output, output->len, 225 TEST_ASSERT(mbedtls_hmac_drbg_random_with_add(&ctx, my_output, output->len, 227 TEST_ASSERT(mbedtls_hmac_drbg_random_with_add(&ctx, my_output, output->len, 260 TEST_ASSERT(mbedtls_hmac_drbg_random_with_add(&ctx, my_output, output->len, 262 TEST_ASSERT(mbedtls_hmac_drbg_random_with_add(&ctx, my_output, output->len, 295 TEST_ASSERT(mbedtls_hmac_drbg_random_with_add(&ctx, my_output, output->len, 297 TEST_ASSERT(mbedtls_hmac_drbg_random_with_add(&ctx, my_output, output->len,
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | hmac_drbg.c | 306 int mbedtls_hmac_drbg_random_with_add(void *p_rng, in mbedtls_hmac_drbg_random_with_add() function 393 ret = mbedtls_hmac_drbg_random_with_add(ctx, output, out_len, NULL, 0); in mbedtls_hmac_drbg_random()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | hmac_drbg.c | 306 int mbedtls_hmac_drbg_random_with_add(void *p_rng, in mbedtls_hmac_drbg_random_with_add() function 393 ret = mbedtls_hmac_drbg_random_with_add(ctx, output, out_len, NULL, 0); in mbedtls_hmac_drbg_random()
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | hmac_drbg.h | 346 int mbedtls_hmac_drbg_random_with_add(void *p_rng,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | hmac_drbg.h | 346 int mbedtls_hmac_drbg_random_with_add(void *p_rng,
|