Home
last modified time | relevance | path

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

/mbedtls/tests/suites/
A Dtest_suite_hmac_drbg.function76 TEST_ASSERT(mbedtls_hmac_drbg_random(&ctx, out, sizeof(out) - 4) == 0);
89 TEST_ASSERT(mbedtls_hmac_drbg_random(&ctx, out, sizeof(out)) == 0);
98 TEST_ASSERT(mbedtls_hmac_drbg_random(&ctx, out, sizeof(out)) == 0);
106 TEST_ASSERT(mbedtls_hmac_drbg_random(&ctx, out, sizeof(out)) == 0);
112 TEST_ASSERT(mbedtls_hmac_drbg_random(&ctx, out, sizeof(out)) == 0);
117 TEST_ASSERT(mbedtls_hmac_drbg_random(&ctx, out, sizeof(out)) == 0);
177 TEST_ASSERT(mbedtls_hmac_drbg_random(&ctx, out, sizeof(out)) == 0);
A Dtest_suite_random.function89 TEST_EQUAL(0, mbedtls_hmac_drbg_random(&drbg,
100 TEST_EQUAL(0, mbedtls_hmac_drbg_random(&drbg,
/mbedtls/library/
A Dhmac_drbg.c382 int mbedtls_hmac_drbg_random(void *p_rng, unsigned char *output, size_t out_len) in mbedtls_hmac_drbg_random() function
439 if ((ret = mbedtls_hmac_drbg_random(ctx, buf, sizeof(buf))) != 0) { in mbedtls_hmac_drbg_write_seed_file()
588 CHK(mbedtls_hmac_drbg_random(&ctx, buf, OUTPUT_LEN)); in mbedtls_hmac_drbg_self_test()
589 CHK(mbedtls_hmac_drbg_random(&ctx, buf, OUTPUT_LEN)); in mbedtls_hmac_drbg_self_test()
613 CHK(mbedtls_hmac_drbg_random(&ctx, buf, OUTPUT_LEN)); in mbedtls_hmac_drbg_self_test()
614 CHK(mbedtls_hmac_drbg_random(&ctx, buf, OUTPUT_LEN)); in mbedtls_hmac_drbg_self_test()
A Decdsa.c451 mbedtls_hmac_drbg_random, p_rng); in mbedtls_ecdsa_sign_det_restartable()
454 mbedtls_hmac_drbg_random, p_rng, in mbedtls_ecdsa_sign_det_restartable()
A Dpsa_crypto.c4233 ret = mbedtls_hmac_drbg_random(&global_data.rng.drbg, output, request_size); in psa_generate_random_internal()
/mbedtls/include/mbedtls/
A Dhmac_drbg.h378 int mbedtls_hmac_drbg_random(void *p_rng, unsigned char *output, size_t out_len);
/mbedtls/programs/test/
A Dbenchmark.c1009 mbedtls_hmac_drbg_random(&hmac_drbg, buf, BUFSIZE)); in main()
1017 mbedtls_hmac_drbg_random(&hmac_drbg, buf, BUFSIZE)); in main()
1029 mbedtls_hmac_drbg_random(&hmac_drbg, buf, BUFSIZE)); in main()
1037 mbedtls_hmac_drbg_random(&hmac_drbg, buf, BUFSIZE)); in main()
/mbedtls/programs/ssl/
A Dssl_test_lib.c176 return mbedtls_hmac_drbg_random(&rng->drbg, output, output_len); in rng_get()
/mbedtls/docs/
A Dpsa-transition.md643 …shed replacing the references to `mbedtls_ctr_drbg_random` (or `mbedtls_hmac_drbg_random`) by `mbe…
/mbedtls/
A DChangeLog4538 * mbedtls_ctr_drbg_random() and mbedtls_hmac_drbg_random() are now

Completed in 43 milliseconds