/third_party/mbedtls/tests/suites/ |
D | test_suite_ctr_drbg.function | 49 TEST_ASSERT( mbedtls_ctr_drbg_seed( 208 TEST_ASSERT( mbedtls_ctr_drbg_seed( &ctx, 247 TEST_ASSERT( mbedtls_ctr_drbg_seed( &ctx, mbedtls_test_entropy_func, entropy, NULL, 0 ) == 0 ); 323 TEST_ASSERT( mbedtls_ctr_drbg_seed( &ctx, mbedtls_test_rnd_std_rand,
|
D | test_suite_random.function | 32 TEST_EQUAL( 0, mbedtls_ctr_drbg_seed( &drbg, 43 TEST_EQUAL( 0, mbedtls_ctr_drbg_seed( &drbg,
|
/third_party/libwebsockets/lib/plat/freertos/ |
D | freertos-init.c | 83 n = mbedtls_ctr_drbg_seed(&context->mcdc, mbedtls_entropy_func, in lws_plat_init()
|
/third_party/mbedtls/library/ |
D | ctr_drbg.c | 434 int mbedtls_ctr_drbg_seed( mbedtls_ctr_drbg_context *ctx, in mbedtls_ctr_drbg_seed() function 839 CHK( mbedtls_ctr_drbg_seed( &ctx, in mbedtls_ctr_drbg_self_test() 864 CHK( mbedtls_ctr_drbg_seed( &ctx, in mbedtls_ctr_drbg_self_test()
|
D | psa_crypto_random_impl.h | 188 return( mbedtls_ctr_drbg_seed( MBEDTLS_PSA_RANDOM_STATE, in mbedtls_psa_drbg_seed()
|
/third_party/mbedtls/programs/random/ |
D | gen_random_ctr_drbg.c | 76 …ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, (const unsigned char *) "R… in main()
|
/third_party/mbedtls/programs/fuzz/ |
D | fuzz_dtlsclient.c | 63 if( mbedtls_ctr_drbg_seed( &ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
|
D | fuzz_dtlsserver.c | 72 if( mbedtls_ctr_drbg_seed( &ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
|
D | fuzz_client.c | 79 if( mbedtls_ctr_drbg_seed( &ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
|
D | fuzz_server.c | 62 if( mbedtls_ctr_drbg_seed( &ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
|
/third_party/mbedtls/include/mbedtls/ |
D | ctr_drbg.h | 329 int mbedtls_ctr_drbg_seed( mbedtls_ctr_drbg_context *ctx,
|
/third_party/mbedtls/programs/pkey/ |
D | pk_decrypt.c | 93 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, in main()
|
D | pk_encrypt.c | 90 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, in main()
|
D | rsa_sign_pss.c | 90 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
D | pk_sign.c | 89 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
D | rsa_encrypt.c | 90 ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, in main()
|
D | dh_genprime.c | 119 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
D | rsa_genkey.c | 83 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
D | rsa_decrypt.c | 96 ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, in main()
|
D | ecdsa.c | 137 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
D | ecdh_curve25519.c | 74 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
/third_party/libwebsockets/lib/plat/windows/ |
D | windows-init.c | 88 n = mbedtls_ctr_drbg_seed(&context->mcdc, mbedtls_entropy_func, in lws_plat_init()
|
/third_party/mbedtls/programs/ssl/ |
D | mini_client.c | 190 if( mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
D | ssl_client1.c | 111 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
/third_party/libwebsockets/lib/plat/unix/ |
D | unix-init.c | 147 n = mbedtls_ctr_drbg_seed(&context->mcdc, mbedtls_entropy_func, in lws_plat_init()
|