Searched refs:OSSL_RAND_PARAM_STATE (Results 1 – 16 of 16) sorted by relevance
/netbsd/crypto/external/bsd/openssl/dist/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()
|
/netbsd/crypto/external/bsd/openssl/dist/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()
|
/netbsd/crypto/external/bsd/openssl/dist/providers/implementations/rands/ |
H A D | seed_src.c | 146 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 D | test_rng.c | 145 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 D | drbg_local.h | 237 OSSL_PARAM_int(OSSL_RAND_PARAM_STATE, NULL), \
|
H A D | drbg.c | 864 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STATE); in ossl_drbg_get_ctx_params()
|
/netbsd/crypto/external/bsd/openssl/dist/doc/man7/ |
H A D | EVP_RAND-SEED-SRC.pod | 27 =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 | EVP_RAND-HMAC-DRBG.pod | 23 =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-TEST-RAND.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>
|
/netbsd/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | core_names.h | 243 #define OSSL_RAND_PARAM_STATE "state" macro
|
/netbsd/crypto/external/bsd/openssl/dist/crypto/evp/ |
H A D | evp_rand.c | 660 params[0] = OSSL_PARAM_construct_int(OSSL_RAND_PARAM_STATE, &state); in EVP_RAND_get_state()
|
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | EVP_RAND.pod | 261 =item "state" (B<OSSL_RAND_PARAM_STATE>) <integer>
|
/netbsd/crypto/external/bsd/openssl/dist/apps/ |
H A D | list.c | 466 if (OPENSSL_strcasecmp(gettables->key, OSSL_RAND_PARAM_STATE) == 0) in display_random()
|