Home
last modified time | relevance | path

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

123

/third_party/mbedtls/tests/suites/
Dtest_suite_ctr_drbg.function49 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,
Dtest_suite_random.function32 TEST_EQUAL( 0, mbedtls_ctr_drbg_seed( &drbg,
43 TEST_EQUAL( 0, mbedtls_ctr_drbg_seed( &drbg,
/third_party/libwebsockets/lib/plat/freertos/
Dfreertos-init.c83 n = mbedtls_ctr_drbg_seed(&context->mcdc, mbedtls_entropy_func, in lws_plat_init()
/third_party/mbedtls/library/
Dctr_drbg.c434 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()
Dpsa_crypto_random_impl.h188 return( mbedtls_ctr_drbg_seed( MBEDTLS_PSA_RANDOM_STATE, in mbedtls_psa_drbg_seed()
/third_party/mbedtls/programs/random/
Dgen_random_ctr_drbg.c76 …ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, (const unsigned char *) "R… in main()
/third_party/mbedtls/programs/fuzz/
Dfuzz_dtlsclient.c63 if( mbedtls_ctr_drbg_seed( &ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
Dfuzz_dtlsserver.c72 if( mbedtls_ctr_drbg_seed( &ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
Dfuzz_client.c79 if( mbedtls_ctr_drbg_seed( &ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
Dfuzz_server.c62 if( mbedtls_ctr_drbg_seed( &ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
/third_party/mbedtls/include/mbedtls/
Dctr_drbg.h329 int mbedtls_ctr_drbg_seed( mbedtls_ctr_drbg_context *ctx,
/third_party/mbedtls/programs/pkey/
Dpk_decrypt.c93 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, in main()
Dpk_encrypt.c90 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, in main()
Drsa_sign_pss.c90 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
Dpk_sign.c89 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
Drsa_encrypt.c90 ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, in main()
Ddh_genprime.c119 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
Drsa_genkey.c83 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
Drsa_decrypt.c96 ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, in main()
Decdsa.c137 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
Decdh_curve25519.c74 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
/third_party/libwebsockets/lib/plat/windows/
Dwindows-init.c88 n = mbedtls_ctr_drbg_seed(&context->mcdc, mbedtls_entropy_func, in lws_plat_init()
/third_party/mbedtls/programs/ssl/
Dmini_client.c190 if( mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
Dssl_client1.c111 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
/third_party/libwebsockets/lib/plat/unix/
Dunix-init.c147 n = mbedtls_ctr_drbg_seed(&context->mcdc, mbedtls_entropy_func, in lws_plat_init()

123