Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/providers/implementations/rands/
HDtest_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()
HDseed_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()
HDdrbg_local.h239 OSSL_PARAM_uint(OSSL_RAND_PARAM_STRENGTH, NULL), \
HDdrbg.c95 *params = OSSL_PARAM_construct_uint(OSSL_RAND_PARAM_STRENGTH, str); in get_parent_strength()
874 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STRENGTH); in ossl_drbg_get_ctx_params()
/freebsd-14-stable/crypto/openssl/fuzz/
HDfuzz_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()
/freebsd-14-stable/crypto/openssl/test/testutil/
HDfake_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()
/freebsd-14-stable/crypto/openssl/doc/man7/
HDEVP_RAND-TEST-RAND.pod27 =item "strength" (B<OSSL_RAND_PARAM_STRENGTH>) <unsigned integer>
86 *p++ = OSSL_PARAM_construct_uint(OSSL_RAND_PARAM_STRENGTH, &strength);
HDEVP_RAND-SEED-SRC.pod29 =item "strength" (B<OSSL_RAND_PARAM_STRENGTH>) <unsigned integer>
HDEVP_RAND-HMAC-DRBG.pod25 =item "strength" (B<OSSL_RAND_PARAM_STRENGTH>) <unsigned integer>
HDEVP_RAND-HASH-DRBG.pod25 =item "strength" (B<OSSL_RAND_PARAM_STRENGTH>) <unsigned integer>
HDEVP_RAND-CTR-DRBG.pod25 =item "strength" (B<OSSL_RAND_PARAM_STRENGTH>) <unsigned integer>
HDprovider-rand.pod190 =item "strength" (B<OSSL_RAND_PARAM_STRENGTH>) <unsigned integer>
/freebsd-14-stable/crypto/openssl/include/openssl/
HDcore_names.h244 #define OSSL_RAND_PARAM_STRENGTH "strength" macro
/freebsd-14-stable/crypto/openssl/crypto/evp/
HDevp_rand.c615 params[0] = OSSL_PARAM_construct_uint(OSSL_RAND_PARAM_STRENGTH, &strength); in evp_rand_strength_locked()
/freebsd-14-stable/crypto/openssl/providers/fips/
HDself_test_kats.c274 drbg_params[0] = OSSL_PARAM_construct_uint(OSSL_RAND_PARAM_STRENGTH, in self_test_drbg()
/freebsd-14-stable/crypto/openssl/doc/man3/
HDEVP_RAND.pod265 =item "strength" (B<OSSL_RAND_PARAM_STRENGTH>) <unsigned integer>
/freebsd-14-stable/crypto/openssl/test/
HDacvp_test.c1328 params[0] = OSSL_PARAM_construct_uint(OSSL_RAND_PARAM_STRENGTH, &strength); in drbg_test()
HDevp_test.c2477 *params = OSSL_PARAM_construct_uint(OSSL_RAND_PARAM_STRENGTH, &strength); in rand_test_init()