Searched refs:EVP_RAND_generate (Results 1 – 4 of 4) sorted by relevance
| /crypto/rand/ |
| A D | rand_meth.c | 50 return EVP_RAND_generate(drbg, out, count, 0, 0, NULL, 0); in drbg_bytes()
|
| A D | prov_seed.c | 114 if (!EVP_RAND_generate(rng, buf, min_len, 0, 0, salt, salt_len)) { in ossl_rand_get_user_nonce()
|
| A D | rand_lib.c | 448 return EVP_RAND_generate(rand, buf, num, strength, 0, NULL, 0); in RAND_priv_bytes_ex() 492 return EVP_RAND_generate(rand, buf, num, strength, 0, NULL, 0); in RAND_bytes_ex()
|
| /crypto/evp/ |
| A D | evp_rand.c | 584 int EVP_RAND_generate(EVP_RAND_CTX *ctx, unsigned char *out, size_t outlen, in EVP_RAND_generate() function
|
Completed in 12 milliseconds