Home
last modified time | relevance | path

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

/openssl/providers/implementations/rands/
H A 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()
H A 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()
H A Ddrbg_local.h238 OSSL_PARAM_uint(OSSL_RAND_PARAM_STRENGTH, NULL), \
H A Ddrbg.c96 *params = OSSL_PARAM_construct_uint(OSSL_RAND_PARAM_STRENGTH, str); in get_parent_strength()
862 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STRENGTH); in ossl_drbg_get_ctx_params()
/openssl/fuzz/
H A 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()
/openssl/test/testutil/
H A 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()
/openssl/doc/man7/
H A 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);
H A DEVP_RAND-SEED-SRC.pod29 =item "strength" (B<OSSL_RAND_PARAM_STRENGTH>) <unsigned integer>
H A DEVP_RAND-HMAC-DRBG.pod25 =item "strength" (B<OSSL_RAND_PARAM_STRENGTH>) <unsigned integer>
H A DEVP_RAND-HASH-DRBG.pod25 =item "strength" (B<OSSL_RAND_PARAM_STRENGTH>) <unsigned integer>
H A DEVP_RAND-CTR-DRBG.pod25 =item "strength" (B<OSSL_RAND_PARAM_STRENGTH>) <unsigned integer>
H A Dprovider-rand.pod190 =item "strength" (B<OSSL_RAND_PARAM_STRENGTH>) <unsigned integer>
/openssl/include/openssl/
H A Dcore_names.h250 #define OSSL_RAND_PARAM_STRENGTH "strength" macro
/openssl/crypto/evp/
H A Devp_rand.c615 params[0] = OSSL_PARAM_construct_uint(OSSL_RAND_PARAM_STRENGTH, &strength); in evp_rand_strength_locked()
/openssl/providers/fips/
H A Dself_test_kats.c274 drbg_params[0] = OSSL_PARAM_construct_uint(OSSL_RAND_PARAM_STRENGTH, in self_test_drbg()
/openssl/doc/man3/
H A DEVP_RAND.pod268 =item "strength" (B<OSSL_RAND_PARAM_STRENGTH>) <unsigned integer>
/openssl/test/
H A Dacvp_test.c1328 params[0] = OSSL_PARAM_construct_uint(OSSL_RAND_PARAM_STRENGTH, &strength); in drbg_test()
H A Devp_test.c2461 *params = OSSL_PARAM_construct_uint(OSSL_RAND_PARAM_STRENGTH, &strength); in rand_test_init()

Completed in 74 milliseconds