Home
last modified time | relevance | path

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

12

/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto_random_impl.h126 return mbedtls_ctr_drbg_seed(drbg_ctx, mbedtls_entropy_func, entropy, custom, len); in mbedtls_psa_drbg_seed()
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()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ctr_drbg.function52 TEST_ASSERT(mbedtls_ctr_drbg_seed(
233 TEST_ASSERT(mbedtls_ctr_drbg_seed(&ctx,
277 TEST_ASSERT(mbedtls_ctr_drbg_seed(&ctx, mbedtls_test_entropy_func, entropy, NULL, 0) == 0);
396 mbedtls_ctr_drbg_seed(&ctx, mbedtls_test_entropy_func, entropy, NULL, 0),
433 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,
/openthread-latest/third_party/mbedtls/repo/programs/random/
Dgen_random_ctr_drbg.c52 ret = mbedtls_ctr_drbg_seed(&ctr_drbg, in main()
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dctr_drbg.h332 int mbedtls_ctr_drbg_seed(mbedtls_ctr_drbg_context *ctx,
/openthread-latest/third_party/mbedtls/repo/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()
/openthread-latest/third_party/mbedtls/repo/programs/pkey/
Dpk_encrypt.c76 if ((ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, in main()
Dpk_decrypt.c80 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_sign_pss.c77 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()
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()
/openthread-latest/third_party/mbedtls/repo/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