Home
last modified time | relevance | path

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

/mbedtls-latest/tests/suites/
Dtest_suite_hmac_drbg.function67 TEST_ASSERT(mbedtls_hmac_drbg_seed(&ctx, md_info, mbedtls_test_entropy_func, &entropy,
140 TEST_ASSERT(mbedtls_hmac_drbg_seed(&ctx, md_info,
223 TEST_ASSERT(mbedtls_hmac_drbg_seed(&ctx, md_info, mbedtls_test_entropy_func, &p_entropy,
257 TEST_ASSERT(mbedtls_hmac_drbg_seed(&ctx, md_info, mbedtls_test_entropy_func, &p_entropy,
292 TEST_ASSERT(mbedtls_hmac_drbg_seed(&ctx, md_info, mbedtls_test_entropy_func, &p_entropy,
Dtest_suite_random.function86 TEST_EQUAL(0, mbedtls_hmac_drbg_seed(&drbg, md_info,
97 TEST_EQUAL(0, mbedtls_hmac_drbg_seed(&drbg, md_info,
Dtest_suite_psa_crypto_init.function36 * entropy length is 256 per the documentation of mbedtls_hmac_drbg_seed(),
/mbedtls-latest/library/
Dhmac_drbg.c222 int mbedtls_hmac_drbg_seed(mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_seed() function
584 CHK(mbedtls_hmac_drbg_seed(&ctx, md_info, in mbedtls_hmac_drbg_self_test()
609 CHK(mbedtls_hmac_drbg_seed(&ctx, md_info, in mbedtls_hmac_drbg_self_test()
Dpsa_crypto_random_impl.h120 return mbedtls_hmac_drbg_seed(drbg_ctx, md_info, mbedtls_entropy_func, entropy, custom, len); in mbedtls_psa_drbg_seed()
/mbedtls-latest/programs/test/
Dbenchmark.c1005 if (mbedtls_hmac_drbg_seed(&hmac_drbg, md_info, myrand, NULL, NULL, 0) != 0) { in main()
1011 if (mbedtls_hmac_drbg_seed(&hmac_drbg, md_info, myrand, NULL, NULL, 0) != 0) { in main()
1025 if (mbedtls_hmac_drbg_seed(&hmac_drbg, md_info, myrand, NULL, NULL, 0) != 0) { in main()
1031 if (mbedtls_hmac_drbg_seed(&hmac_drbg, md_info, myrand, NULL, NULL, 0) != 0) { in main()
/mbedtls-latest/include/mbedtls/
Dhmac_drbg.h186 int mbedtls_hmac_drbg_seed(mbedtls_hmac_drbg_context *ctx,
/mbedtls-latest/programs/ssl/
Dssl_test_lib.c123 int ret = mbedtls_hmac_drbg_seed(&rng->drbg, in rng_seed()
/mbedtls-latest/
DChangeLog2794 mbedtls_ctr_drbg_seed() or mbedtls_hmac_drbg_seed().
4589 mbedtls_hmac_drbg_init() -> mbedtls_hmac_drbg_seed(_buf)()