Home
last modified time | relevance | path

Searched refs:OSSL_RAND_PARAM_STATE (Results 1 – 20 of 20) sorted by relevance

/freebsd/crypto/openssl/fuzz/
H A Dfuzz_rand.c81 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STATE); in fuzz_rand_get_ctx_params()
99 OSSL_PARAM_int(OSSL_RAND_PARAM_STATE, NULL), in fuzz_rand_gettable_ctx_params()
/freebsd/crypto/openssl/test/testutil/
H A Dfake_random.c101 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STATE); in fake_rand_get_ctx_params()
119 OSSL_PARAM_int(OSSL_RAND_PARAM_STATE, NULL), in fake_rand_gettable_ctx_params()
/freebsd/crypto/openssl/providers/implementations/rands/
H A Dseed_src.c149 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STATE); in seed_src_get_ctx_params()
167 OSSL_PARAM_int(OSSL_RAND_PARAM_STATE, NULL), in seed_src_gettable_ctx_params()
H A Dseed_src_jitter.c235 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STATE); in jitter_get_ctx_params()
253 OSSL_PARAM_int(OSSL_RAND_PARAM_STATE, NULL), in jitter_gettable_ctx_params()
H A Dtest_rng.c188 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STATE); in test_rng_get_ctx_params()
216 OSSL_PARAM_int(OSSL_RAND_PARAM_STATE, NULL), in test_rng_gettable_ctx_params()
H A Dfips_crng_test.c373 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STATE); in crng_test_get_ctx_params()
396 OSSL_PARAM_int(OSSL_RAND_PARAM_STATE, NULL), in crng_test_gettable_ctx_params()
H A Ddrbg_local.h226 OSSL_PARAM_int(OSSL_RAND_PARAM_STATE, NULL), \
H A Ddrbg.c885 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STATE); in ossl_drbg_get_ctx_params()
/freebsd/crypto/openssl/doc/man7/
H A DEVP_RAND-SEED-SRC.pod27 =item "state" (B<OSSL_RAND_PARAM_STATE>) <integer>
H A DEVP_RAND-CRNG-TEST.pod31 =item "state" (B<OSSL_RAND_PARAM_STATE>) <integer>
H A DEVP_RAND-CTR-DRBG.pod23 =item "state" (B<OSSL_RAND_PARAM_STATE>) <integer>
H A DEVP_RAND-JITTER.pod30 =item "state" (B<OSSL_RAND_PARAM_STATE>) <integer>
H A DEVP_RAND-TEST-RAND.pod23 =item "state" (B<OSSL_RAND_PARAM_STATE>) <integer>
H A DEVP_RAND-HMAC-DRBG.pod23 =item "state" (B<OSSL_RAND_PARAM_STATE>) <integer>
H A DEVP_RAND-HASH-DRBG.pod23 =item "state" (B<OSSL_RAND_PARAM_STATE>) <integer>
H A Dprovider-rand.pod186 =item "state" (B<OSSL_RAND_PARAM_STATE>) <integer>
/freebsd/crypto/openssl/include/openssl/
H A Dcore_names.h529 # define OSSL_RAND_PARAM_STATE "state" macro
/freebsd/crypto/openssl/crypto/evp/
H A Devp_rand.c675 params[0] = OSSL_PARAM_construct_int(OSSL_RAND_PARAM_STATE, &state); in EVP_RAND_get_state()
/freebsd/crypto/openssl/doc/man3/
H A DEVP_RAND.pod259 =item "state" (B<OSSL_RAND_PARAM_STATE>) <integer>
/freebsd/crypto/openssl/apps/
H A Dlist.c476 if (OPENSSL_strcasecmp(gettables->key, OSSL_RAND_PARAM_STATE) == 0) in display_random()