Home
last modified time | relevance | path

Searched refs:OSSL_RAND_PARAM_STRENGTH (Results 1 – 25 of 26) sorted by relevance

12

/third_party/node/deps/openssl/openssl/providers/implementations/rands/
Dtest_rng.c149 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STRENGTH); in test_rng_get_ctx_params()
164 OSSL_PARAM_uint(OSSL_RAND_PARAM_STRENGTH, NULL), in test_rng_gettable_ctx_params()
181 p = OSSL_PARAM_locate_const(params, OSSL_RAND_PARAM_STRENGTH); in test_rng_set_ctx_params()
218 OSSL_PARAM_uint(OSSL_RAND_PARAM_STRENGTH, NULL), in test_rng_settable_ctx_params()
Dseed_src.c150 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STRENGTH); in seed_src_get_ctx_params()
165 OSSL_PARAM_uint(OSSL_RAND_PARAM_STRENGTH, NULL), in seed_src_gettable_ctx_params()
Ddrbg_local.h238 OSSL_PARAM_uint(OSSL_RAND_PARAM_STRENGTH, NULL), \
Ddrbg.c95 *params = OSSL_PARAM_construct_uint(OSSL_RAND_PARAM_STRENGTH, str); in get_parent_strength()
868 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STRENGTH); in ossl_drbg_get_ctx_params()
/third_party/openssl/providers/implementations/rands/
Dtest_rng.c149 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STRENGTH); in test_rng_get_ctx_params()
164 OSSL_PARAM_uint(OSSL_RAND_PARAM_STRENGTH, NULL), in test_rng_gettable_ctx_params()
181 p = OSSL_PARAM_locate_const(params, OSSL_RAND_PARAM_STRENGTH); in test_rng_set_ctx_params()
218 OSSL_PARAM_uint(OSSL_RAND_PARAM_STRENGTH, NULL), in test_rng_settable_ctx_params()
Dseed_src.c150 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STRENGTH); in seed_src_get_ctx_params()
165 OSSL_PARAM_uint(OSSL_RAND_PARAM_STRENGTH, NULL), in seed_src_gettable_ctx_params()
Ddrbg_local.h238 OSSL_PARAM_uint(OSSL_RAND_PARAM_STRENGTH, NULL), \
Ddrbg.c95 *params = OSSL_PARAM_construct_uint(OSSL_RAND_PARAM_STRENGTH, str); in get_parent_strength()
868 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STRENGTH); in ossl_drbg_get_ctx_params()
/third_party/node/deps/openssl/openssl/fuzz/
Dfuzz_rand.c85 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STRENGTH); in fuzz_rand_get_ctx_params()
100 OSSL_PARAM_uint(OSSL_RAND_PARAM_STRENGTH, NULL), in fuzz_rand_gettable_ctx_params()
/third_party/openssl/fuzz/
Dfuzz_rand.c85 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STRENGTH); in fuzz_rand_get_ctx_params()
100 OSSL_PARAM_uint(OSSL_RAND_PARAM_STRENGTH, NULL), in fuzz_rand_gettable_ctx_params()
/third_party/openssl/test/testutil/
Dfake_random.c105 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STRENGTH); in fake_rand_get_ctx_params()
120 OSSL_PARAM_uint(OSSL_RAND_PARAM_STRENGTH, NULL), in fake_rand_gettable_ctx_params()
/third_party/openssl/doc/man7/
DEVP_RAND-TEST-RAND.pod27 =item "strength" (B<OSSL_RAND_PARAM_STRENGTH>) <unsigned integer>
86 *p++ = OSSL_PARAM_construct_uint(OSSL_RAND_PARAM_STRENGTH, &strength);
DEVP_RAND-SEED-SRC.pod29 =item "strength" (B<OSSL_RAND_PARAM_STRENGTH>) <unsigned integer>
DEVP_RAND-HASH-DRBG.pod25 =item "strength" (B<OSSL_RAND_PARAM_STRENGTH>) <unsigned integer>
DEVP_RAND-HMAC-DRBG.pod25 =item "strength" (B<OSSL_RAND_PARAM_STRENGTH>) <unsigned integer>
DEVP_RAND-CTR-DRBG.pod25 =item "strength" (B<OSSL_RAND_PARAM_STRENGTH>) <unsigned integer>
Dprovider-rand.pod190 =item "strength" (B<OSSL_RAND_PARAM_STRENGTH>) <unsigned integer>
/third_party/node/deps/openssl/openssl/include/openssl/
Dcore_names.h244 #define OSSL_RAND_PARAM_STRENGTH "strength" macro
/third_party/openssl/include/openssl/
Dcore_names.h244 #define OSSL_RAND_PARAM_STRENGTH "strength" macro
/third_party/openssl/crypto/evp/
Devp_rand.c615 params[0] = OSSL_PARAM_construct_uint(OSSL_RAND_PARAM_STRENGTH, &strength); in evp_rand_strength_locked()
/third_party/node/deps/openssl/openssl/crypto/evp/
Devp_rand.c615 params[0] = OSSL_PARAM_construct_uint(OSSL_RAND_PARAM_STRENGTH, &strength); in evp_rand_strength_locked()
/third_party/node/deps/openssl/openssl/providers/fips/
Dself_test_kats.c274 drbg_params[0] = OSSL_PARAM_construct_uint(OSSL_RAND_PARAM_STRENGTH, in self_test_drbg()
/third_party/openssl/providers/fips/
Dself_test_kats.c274 drbg_params[0] = OSSL_PARAM_construct_uint(OSSL_RAND_PARAM_STRENGTH, in self_test_drbg()
/third_party/openssl/doc/man3/
DEVP_RAND.pod265 =item "strength" (B<OSSL_RAND_PARAM_STRENGTH>) <unsigned integer>
/third_party/openssl/test/
Dacvp_test.c1328 params[0] = OSSL_PARAM_construct_uint(OSSL_RAND_PARAM_STRENGTH, &strength); in drbg_test()

12