Searched refs:EVP_RAND_instantiate (Results 1 – 16 of 16) sorted by relevance
/third_party/openssl/doc/life-cycles/ |
D | rand.dot | 11 newed -> instantiated [label="EVP_RAND_instantiate"]; 15 …uninstantiated -> instantiated [label="EVP_RAND_instantiate", style=dashed, color="#034f84", fontc…
|
/third_party/openssl/doc/man7/ |
D | life_cycle-rand.pod | 57 | 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>
|
D | EVP_RAND-SEED-SRC.pod | 66 EVP_RAND_instantiate(rctx, strength, 0, NULL, 0, params);
|
D | EVP_RAND-HASH-DRBG.pod | 76 EVP_RAND_instantiate(rctx, strength, 0, NULL, 0, params);
|
D | EVP_RAND-HMAC-DRBG.pod | 79 EVP_RAND_instantiate(rctx, strength, 0, NULL, 0, params);
|
D | EVP_RAND-CTR-DRBG.pod | 83 EVP_RAND_instantiate(rctx, strength, 0, NULL, 0, params);
|
D | EVP_RAND-TEST-RAND.pod | 92 EVP_RAND_instantiate(rctx, strength, 0, NULL, 0, params);
|
/third_party/openssl/doc/man3/ |
D | EVP_RAND.pod | 6 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/ |
D | drbgtest.c | 820 || !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()
|
D | evp_test.c | 2590 if (!TEST_true(EVP_RAND_instantiate(expected->parent, strength, in rand_test_run() 2595 if (!TEST_true(EVP_RAND_instantiate in rand_test_run()
|
D | acvp_test.c | 1363 if (!TEST_true(EVP_RAND_instantiate(ctx, 0, 0, (void *)"", 0, NULL)) in drbg_test()
|
/third_party/openssl/crypto/rand/ |
D | rand_lib.c | 546 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/ |
D | self_test_kats.c | 305 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/ |
D | evp_rand.c | 509 int EVP_RAND_instantiate(EVP_RAND_CTX *ctx, unsigned int strength, in EVP_RAND_instantiate() function
|
/third_party/openssl/include/openssl/ |
D | evp.h | 1268 __owur int EVP_RAND_instantiate(EVP_RAND_CTX *ctx, unsigned int strength,
|
/third_party/openssl/util/ |
D | libcrypto.num | 5062 EVP_RAND_instantiate 5190 3_0_0 EXIST::FUNCTION:
|