Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/rands/
H A Dtest_rng.c192 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STRENGTH); in test_rng_get_ctx_params()
217 OSSL_PARAM_uint(OSSL_RAND_PARAM_STRENGTH, NULL), in test_rng_gettable_ctx_params()
236 p = OSSL_PARAM_locate_const(params, OSSL_RAND_PARAM_STRENGTH); in test_rng_set_ctx_params()
276 OSSL_PARAM_uint(OSSL_RAND_PARAM_STRENGTH, NULL), in test_rng_settable_ctx_params()
H A Dseed_src.c153 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STRENGTH); in seed_src_get_ctx_params()
168 OSSL_PARAM_uint(OSSL_RAND_PARAM_STRENGTH, NULL), in seed_src_gettable_ctx_params()
H A Dseed_src_jitter.c239 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STRENGTH); in jitter_get_ctx_params()
254 OSSL_PARAM_uint(OSSL_RAND_PARAM_STRENGTH, NULL), in jitter_gettable_ctx_params()
H A Dfips_crng_test.c377 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STRENGTH); in crng_test_get_ctx_params()
397 OSSL_PARAM_uint(OSSL_RAND_PARAM_STRENGTH, NULL), in crng_test_gettable_ctx_params()
H A Ddrbg_local.h227 OSSL_PARAM_uint(OSSL_RAND_PARAM_STRENGTH, NULL), \
H A Ddrbg.c95 *params = OSSL_PARAM_construct_uint(OSSL_RAND_PARAM_STRENGTH, str); in get_parent_strength()
889 p = OSSL_PARAM_locate(params, OSSL_RAND_PARAM_STRENGTH); in ossl_drbg_get_ctx_params()
/freebsd/crypto/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()
/freebsd/crypto/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()
/freebsd/crypto/openssl/doc/man7/
H A DEVP_RAND-TEST-RAND.pod29 =item "strength" (B<OSSL_RAND_PARAM_STRENGTH>) <unsigned integer>
95 *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-CRNG-TEST.pod33 =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 DEVP_RAND-JITTER.pod32 =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 Dprovider-rand.pod190 =item "strength" (B<OSSL_RAND_PARAM_STRENGTH>) <unsigned integer>
/freebsd/crypto/openssl/test/
H A Dml_kem_internal_test.c135 OSSL_PARAM_construct_uint(OSSL_RAND_PARAM_STRENGTH, &strength); in sanity_test()
H A Dml_kem_evp_extra_test.c258 *p++ = OSSL_PARAM_construct_uint(OSSL_RAND_PARAM_STRENGTH, &strength); in test_non_derandomised_ml_kem()
H A Dacvp_test.c1581 params[0] = OSSL_PARAM_construct_uint(OSSL_RAND_PARAM_STRENGTH, &strength); in drbg_test()
H A Devp_test.c3554 *params = OSSL_PARAM_construct_uint(OSSL_RAND_PARAM_STRENGTH, &strength); in rand_test_init()
/freebsd/crypto/openssl/providers/fips/
H A Dself_test_kats.c313 drbg_params[0] = OSSL_PARAM_construct_uint(OSSL_RAND_PARAM_STRENGTH, in self_test_drbg()
946 drbg_params[0] = OSSL_PARAM_construct_uint(OSSL_RAND_PARAM_STRENGTH, in set_kat_drbg()
1033 drbg_params[1] = OSSL_PARAM_construct_uint(OSSL_RAND_PARAM_STRENGTH, in setup_main_random()
/freebsd/crypto/openssl/include/openssl/
H A Dcore_names.h530 # define OSSL_RAND_PARAM_STRENGTH "strength" macro
/freebsd/crypto/openssl/crypto/evp/
H A Devp_rand.c627 params[0] = OSSL_PARAM_construct_uint(OSSL_RAND_PARAM_STRENGTH, &strength); in evp_rand_strength_locked()
/freebsd/crypto/openssl/doc/man3/
H A DEVP_RAND.pod263 =item "strength" (B<OSSL_RAND_PARAM_STRENGTH>) <unsigned integer>