Searched refs:OSSL_RAND_PARAM_STATE (Results 1 – 20 of 20) sorted by relevance
/freebsd/crypto/openssl/fuzz/ |
H A D | fuzz_rand.c | 81 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 D | fake_random.c | 101 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 D | seed_src.c | 149 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 D | seed_src_jitter.c | 235 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 D | test_rng.c | 188 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 D | fips_crng_test.c | 373 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 D | drbg_local.h | 226 OSSL_PARAM_int(OSSL_RAND_PARAM_STATE, NULL), \
|
H A D | drbg.c | 885 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STATE); in ossl_drbg_get_ctx_params()
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_RAND-SEED-SRC.pod | 27 =item "state" (B<OSSL_RAND_PARAM_STATE>) <integer>
|
H A D | EVP_RAND-CRNG-TEST.pod | 31 =item "state" (B<OSSL_RAND_PARAM_STATE>) <integer>
|
H A D | EVP_RAND-CTR-DRBG.pod | 23 =item "state" (B<OSSL_RAND_PARAM_STATE>) <integer>
|
H A D | EVP_RAND-JITTER.pod | 30 =item "state" (B<OSSL_RAND_PARAM_STATE>) <integer>
|
H A D | EVP_RAND-TEST-RAND.pod | 23 =item "state" (B<OSSL_RAND_PARAM_STATE>) <integer>
|
H A D | EVP_RAND-HMAC-DRBG.pod | 23 =item "state" (B<OSSL_RAND_PARAM_STATE>) <integer>
|
H A D | EVP_RAND-HASH-DRBG.pod | 23 =item "state" (B<OSSL_RAND_PARAM_STATE>) <integer>
|
H A D | provider-rand.pod | 186 =item "state" (B<OSSL_RAND_PARAM_STATE>) <integer>
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | core_names.h | 529 # define OSSL_RAND_PARAM_STATE "state" macro
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | evp_rand.c | 675 params[0] = OSSL_PARAM_construct_int(OSSL_RAND_PARAM_STATE, &state); in EVP_RAND_get_state()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_RAND.pod | 259 =item "state" (B<OSSL_RAND_PARAM_STATE>) <integer>
|
/freebsd/crypto/openssl/apps/ |
H A D | list.c | 476 if (OPENSSL_strcasecmp(gettables->key, OSSL_RAND_PARAM_STATE) == 0) in display_random()
|