Home
last modified time | relevance | path

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

1234

/external/mbedtls/tests/suites/
Dtest_suite_ctr_drbg.function49 TEST_ASSERT(mbedtls_ctr_drbg_seed(
207 TEST_ASSERT(mbedtls_ctr_drbg_seed(&ctx,
247 TEST_ASSERT(mbedtls_ctr_drbg_seed(&ctx, mbedtls_test_entropy_func, entropy, NULL, 0) == 0);
322 TEST_ASSERT(mbedtls_ctr_drbg_seed(&ctx, mbedtls_test_rnd_std_rand,
Dtest_suite_random.function34 TEST_EQUAL(0, mbedtls_ctr_drbg_seed(&drbg,
45 TEST_EQUAL(0, mbedtls_ctr_drbg_seed(&drbg,
/external/openthread/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,
/external/libwebsockets/lib/plat/freertos/
Dfreertos-init.c83 n = mbedtls_ctr_drbg_seed(&context->mcdc, mbedtls_entropy_func, in lws_plat_init()
/external/openthread/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()
/external/mbedtls/programs/random/
Dgen_random_ctr_drbg.c52 ret = mbedtls_ctr_drbg_seed(&ctr_drbg, in main()
/external/mbedtls/library/
Dpsa_crypto_random_impl.h175 return mbedtls_ctr_drbg_seed(MBEDTLS_PSA_RANDOM_STATE, in mbedtls_psa_drbg_seed()
Dctr_drbg.c418 int mbedtls_ctr_drbg_seed(mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_seed() function
831 CHK(mbedtls_ctr_drbg_seed(&ctx, in mbedtls_ctr_drbg_self_test()
858 CHK(mbedtls_ctr_drbg_seed(&ctx, in mbedtls_ctr_drbg_self_test()
/external/openthread/third_party/mbedtls/repo/programs/random/
Dgen_random_ctr_drbg.c52 ret = mbedtls_ctr_drbg_seed(&ctr_drbg, in main()
/external/mbedtls/include/mbedtls/
Dctr_drbg.h314 int mbedtls_ctr_drbg_seed(mbedtls_ctr_drbg_context *ctx,
/external/mbedtls/programs/pkey/
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()
Dpk_decrypt.c80 if ((ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, in main()
/external/openthread/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()
/external/openthread/third_party/mbedtls/repo/programs/pkey/
Dpk_sign.c76 if ((ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, &entropy, in main()
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()
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()
/external/mbedtls/programs/fuzz/
Dfuzz_dtlsclient.c72 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
Dfuzz_privkey.c42 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Dctr_drbg.h332 int mbedtls_ctr_drbg_seed(mbedtls_ctr_drbg_context *ctx,
/external/libwebsockets/lib/plat/windows/
Dwindows-init.c88 n = mbedtls_ctr_drbg_seed(&context->mcdc, mbedtls_entropy_func, in lws_plat_init()

1234