Searched refs:mbedtls_hmac_drbg_seed (Results 1 – 9 of 9) sorted by relevance
/mbedtls-latest/tests/suites/ |
D | test_suite_hmac_drbg.function | 67 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,
|
D | test_suite_random.function | 86 TEST_EQUAL(0, mbedtls_hmac_drbg_seed(&drbg, md_info, 97 TEST_EQUAL(0, mbedtls_hmac_drbg_seed(&drbg, md_info,
|
D | test_suite_psa_crypto_init.function | 36 * entropy length is 256 per the documentation of mbedtls_hmac_drbg_seed(),
|
/mbedtls-latest/library/ |
D | hmac_drbg.c | 222 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()
|
D | psa_crypto_random_impl.h | 120 return mbedtls_hmac_drbg_seed(drbg_ctx, md_info, mbedtls_entropy_func, entropy, custom, len); in mbedtls_psa_drbg_seed()
|
/mbedtls-latest/programs/test/ |
D | benchmark.c | 1005 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/ |
D | hmac_drbg.h | 186 int mbedtls_hmac_drbg_seed(mbedtls_hmac_drbg_context *ctx,
|
/mbedtls-latest/programs/ssl/ |
D | ssl_test_lib.c | 123 int ret = mbedtls_hmac_drbg_seed(&rng->drbg, in rng_seed()
|
/mbedtls-latest/ |
D | ChangeLog | 2794 mbedtls_ctr_drbg_seed() or mbedtls_hmac_drbg_seed(). 4589 mbedtls_hmac_drbg_init() -> mbedtls_hmac_drbg_seed(_buf)()
|