Home
last modified time | relevance | path

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

/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()
/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()
/openssl/providers/implementations/rands/
H A Dseed_src.c146 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STATE); in seed_src_get_ctx_params()
164 OSSL_PARAM_int(OSSL_RAND_PARAM_STATE, NULL), in seed_src_gettable_ctx_params()
H A Dtest_rng.c145 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STATE); in test_rng_get_ctx_params()
163 OSSL_PARAM_int(OSSL_RAND_PARAM_STATE, NULL), in test_rng_gettable_ctx_params()
H A Ddrbg_local.h237 OSSL_PARAM_int(OSSL_RAND_PARAM_STATE, NULL), \
H A Ddrbg.c858 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STATE); in ossl_drbg_get_ctx_params()
/openssl/doc/man7/
H A DEVP_RAND-SEED-SRC.pod27 =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 DEVP_RAND-CTR-DRBG.pod23 =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 Dprovider-rand.pod186 =item "state" (B<OSSL_RAND_PARAM_STATE>) <integer>
/openssl/include/openssl/
H A Dcore_names.h249 #define OSSL_RAND_PARAM_STATE "state" macro
/openssl/crypto/evp/
H A Devp_rand.c660 params[0] = OSSL_PARAM_construct_int(OSSL_RAND_PARAM_STATE, &state); in EVP_RAND_get_state()
/openssl/doc/man3/
H A DEVP_RAND.pod264 =item "state" (B<OSSL_RAND_PARAM_STATE>) <integer>
/openssl/apps/
H A Dlist.c466 if (OPENSSL_strcasecmp(gettables->key, OSSL_RAND_PARAM_STATE) == 0) in display_random()

Completed in 76 milliseconds