/external/mbedtls/tests/suites/ |
D | test_suite_ctr_drbg.function | 49 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,
|
D | test_suite_random.function | 34 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/ |
D | test_suite_ctr_drbg.function | 52 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,
|
D | test_suite_random.function | 39 TEST_EQUAL(0, mbedtls_ctr_drbg_seed(&drbg, 50 TEST_EQUAL(0, mbedtls_ctr_drbg_seed(&drbg,
|
/external/libwebsockets/lib/plat/freertos/ |
D | freertos-init.c | 83 n = mbedtls_ctr_drbg_seed(&context->mcdc, mbedtls_entropy_func, in lws_plat_init()
|
/external/openthread/third_party/mbedtls/repo/library/ |
D | psa_crypto_random_impl.h | 126 return mbedtls_ctr_drbg_seed(drbg_ctx, mbedtls_entropy_func, entropy, custom, len); in mbedtls_psa_drbg_seed()
|
/external/mbedtls/programs/random/ |
D | gen_random_ctr_drbg.c | 52 ret = mbedtls_ctr_drbg_seed(&ctr_drbg, in main()
|
/external/mbedtls/library/ |
D | psa_crypto_random_impl.h | 175 return mbedtls_ctr_drbg_seed(MBEDTLS_PSA_RANDOM_STATE, in mbedtls_psa_drbg_seed()
|
D | ctr_drbg.c | 418 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/ |
D | gen_random_ctr_drbg.c | 52 ret = mbedtls_ctr_drbg_seed(&ctr_drbg, in main()
|
/external/mbedtls/include/mbedtls/ |
D | ctr_drbg.h | 314 int mbedtls_ctr_drbg_seed(mbedtls_ctr_drbg_context *ctx,
|
/external/mbedtls/programs/pkey/ |
D | pk_encrypt.c | 76 if ((ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, in main()
|
D | pk_sign.c | 76 if ((ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
D | pk_decrypt.c | 80 if ((ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, in main()
|
/external/openthread/third_party/mbedtls/repo/programs/fuzz/ |
D | fuzz_dtlsclient.c | 70 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
|
D | fuzz_privkey.c | 40 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
|
/external/openthread/third_party/mbedtls/repo/programs/pkey/ |
D | pk_sign.c | 76 if ((ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
D | pk_encrypt.c | 76 if ((ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, in main()
|
D | pk_decrypt.c | 80 if ((ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, in main()
|
D | rsa_encrypt.c | 67 ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, in main()
|
D | rsa_sign_pss.c | 77 if ((ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
/external/mbedtls/programs/fuzz/ |
D | fuzz_dtlsclient.c | 72 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
|
D | fuzz_privkey.c | 42 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
|
/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
D | ctr_drbg.h | 332 int mbedtls_ctr_drbg_seed(mbedtls_ctr_drbg_context *ctx,
|
/external/libwebsockets/lib/plat/windows/ |
D | windows-init.c | 88 n = mbedtls_ctr_drbg_seed(&context->mcdc, mbedtls_entropy_func, in lws_plat_init()
|