Home
last modified time | relevance | path

Searched refs:OSSL_RAND_PARAM_GENERATE (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/rands/
H A Dtest_rng.c200 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_GENERATE); in test_rng_get_ctx_params()
219 OSSL_PARAM_uint(OSSL_RAND_PARAM_GENERATE, NULL), in test_rng_gettable_ctx_params()
264 p = OSSL_PARAM_locate_const(params, OSSL_RAND_PARAM_GENERATE); in test_rng_set_ctx_params()
278 OSSL_PARAM_uint(OSSL_RAND_PARAM_GENERATE, NULL), in test_rng_settable_ctx_params()
/freebsd/crypto/openssl/doc/man7/
H A DEVP_RAND-TEST-RAND.pod65 =item "generate" (B<OSSL_RAND_PARAM_GENERATE>) <integer>
/freebsd/crypto/openssl/include/openssl/
H A Dcore_names.h527 # define OSSL_RAND_PARAM_GENERATE "generate" macro
/freebsd/crypto/openssl/providers/fips/
H A Dself_test_kats.c1031 drbg_params[0] = OSSL_PARAM_construct_uint(OSSL_RAND_PARAM_GENERATE, in setup_main_random()