Home
last modified time | relevance | path

Searched refs:EVP_RAND_instantiate (Results 1 – 16 of 16) sorted by relevance

/third_party/openssl/doc/life-cycles/
Drand.dot11 newed -> instantiated [label="EVP_RAND_instantiate"];
15 …uninstantiated -> instantiated [label="EVP_RAND_instantiate", style=dashed, color="#034f84", fontc…
/third_party/openssl/doc/man7/
Dlife_cycle-rand.pod57 | EVP_RAND_instantiate
65 | EVP_RAND_uninstantiate ' EVP_RAND_instantiate
91 EVP_RAND_instantiate instantiated
119 <tr><th style="border:1px solid" align="left">EVP_RAND_instantiate</th>
DEVP_RAND-SEED-SRC.pod66 EVP_RAND_instantiate(rctx, strength, 0, NULL, 0, params);
DEVP_RAND-HASH-DRBG.pod76 EVP_RAND_instantiate(rctx, strength, 0, NULL, 0, params);
DEVP_RAND-HMAC-DRBG.pod79 EVP_RAND_instantiate(rctx, strength, 0, NULL, 0, params);
DEVP_RAND-CTR-DRBG.pod83 EVP_RAND_instantiate(rctx, strength, 0, NULL, 0, params);
DEVP_RAND-TEST-RAND.pod92 EVP_RAND_instantiate(rctx, strength, 0, NULL, 0, params);
/third_party/openssl/doc/man3/
DEVP_RAND.pod6 EVP_RAND_CTX_new, EVP_RAND_CTX_free, EVP_RAND_instantiate,
53 int EVP_RAND_instantiate(EVP_RAND_CTX *ctx, unsigned int strength,
85 passing them as part of the EVP_RAND_instantiate() call or using calls to
86 EVP_RAND_CTX_set_params() before calling EVP_RAND_instantiate(). Finally,
129 EVP_RAND_instantiate() processes any parameters in I<params> and
/third_party/openssl/test/
Ddrbgtest.c820 || !TEST_true(EVP_RAND_instantiate(x, 0, 0, NULL, 0, NULL)) in test_rand_prediction_resistance()
822 || !TEST_true(EVP_RAND_instantiate(y, 0, 0, NULL, 0, NULL)) in test_rand_prediction_resistance()
824 || !TEST_true(EVP_RAND_instantiate(z, 0, 0, NULL, 0, NULL))) in test_rand_prediction_resistance()
Devp_test.c2590 if (!TEST_true(EVP_RAND_instantiate(expected->parent, strength, in rand_test_run()
2595 if (!TEST_true(EVP_RAND_instantiate in rand_test_run()
Dacvp_test.c1363 if (!TEST_true(EVP_RAND_instantiate(ctx, 0, 0, (void *)"", 0, NULL)) in drbg_test()
/third_party/openssl/crypto/rand/
Drand_lib.c546 if (!EVP_RAND_instantiate(ctx, 0, 0, NULL, 0, NULL)) { in rand_new_seed()
599 if (!EVP_RAND_instantiate(ctx, 0, 0, NULL, 0, params)) { in rand_new_drbg()
/third_party/openssl/providers/fips/
Dself_test_kats.c305 if (!EVP_RAND_instantiate(test, strength, 0, NULL, 0, drbg_params)) in self_test_drbg()
307 if (!EVP_RAND_instantiate(drbg, strength, 0, t->persstr, t->persstrlen, in self_test_drbg()
/third_party/openssl/crypto/evp/
Devp_rand.c509 int EVP_RAND_instantiate(EVP_RAND_CTX *ctx, unsigned int strength, in EVP_RAND_instantiate() function
/third_party/openssl/include/openssl/
Devp.h1268 __owur int EVP_RAND_instantiate(EVP_RAND_CTX *ctx, unsigned int strength,
/third_party/openssl/util/
Dlibcrypto.num5062 EVP_RAND_instantiate 5190 3_0_0 EXIST::FUNCTION: