Home
last modified time | relevance | path

Searched refs:mbedtls_ctr_drbg_seed (Results 1 – 25 of 41) sorted by relevance

12

/mbedtls-latest/tests/suites/
Dtest_suite_ctr_drbg.function52 TEST_ASSERT(mbedtls_ctr_drbg_seed(
234 TEST_ASSERT(mbedtls_ctr_drbg_seed(&ctx,
278 TEST_ASSERT(mbedtls_ctr_drbg_seed(&ctx, mbedtls_test_entropy_func, entropy, NULL, 0) == 0);
397 mbedtls_ctr_drbg_seed(&ctx, mbedtls_test_entropy_func, entropy, NULL, 0),
434 TEST_ASSERT(mbedtls_ctr_drbg_seed(&ctx, mbedtls_test_rnd_std_rand,
Dtest_suite_random.function39 TEST_EQUAL(0, mbedtls_ctr_drbg_seed(&drbg,
50 TEST_EQUAL(0, mbedtls_ctr_drbg_seed(&drbg,
/mbedtls-latest/library/
Dctr_drbg.c535 int mbedtls_ctr_drbg_seed(mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_seed() function
966 CHK(mbedtls_ctr_drbg_seed(&ctx, in mbedtls_ctr_drbg_self_test()
993 CHK(mbedtls_ctr_drbg_seed(&ctx, in mbedtls_ctr_drbg_self_test()
Dpsa_crypto_random_impl.h117 return mbedtls_ctr_drbg_seed(drbg_ctx, mbedtls_entropy_func, entropy, custom, len); in mbedtls_psa_drbg_seed()
/mbedtls-latest/programs/random/
Dgen_random_ctr_drbg.c52 ret = mbedtls_ctr_drbg_seed(&ctr_drbg, in main()
/mbedtls-latest/programs/pkey/
Dpk_decrypt.c80 if ((ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, in main()
Dpk_encrypt.c76 if ((ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, in main()
Dpk_sign.c76 if ((ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, &entropy, in main()
Drsa_encrypt.c67 ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, in main()
Drsa_sign_pss.c77 if ((ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, &entropy, in main()
Ddh_genprime.c95 if ((ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, &entropy, in main()
Decdh_curve25519.c62 if ((ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, in main()
Drsa_genkey.c62 if ((ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, &entropy, in main()
Decdsa.c117 if ((ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, &entropy, in main()
Drsa_decrypt.c74 ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, in main()
Ddh_client.c91 if ((ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, &entropy, in main()
/mbedtls-latest/programs/fuzz/
Dfuzz_dtlsclient.c70 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
Dfuzz_privkey.c40 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
Dfuzz_client.c86 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
Dfuzz_dtlsserver.c66 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
Dfuzz_server.c75 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
/mbedtls-latest/include/mbedtls/
Dctr_drbg.h347 int mbedtls_ctr_drbg_seed(mbedtls_ctr_drbg_context *ctx,
/mbedtls-latest/programs/ssl/
Dmini_client.c176 if (mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, &entropy, in main()
Dssl_client1.c97 if ((ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, &entropy, in main()
Ddtls_client.c115 if ((ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, &entropy, in main()

12