Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_set_int (Results 1 – 25 of 40) sorted by relevance

12

/openssl/providers/implementations/digests/
H A Ddigestcommon.c31 && !OSSL_PARAM_set_int(p, (flags & PROV_DIGEST_FLAG_XOF) != 0)) { in ossl_digest_default_get_params()
37 && !OSSL_PARAM_set_int(p, (flags & PROV_DIGEST_FLAG_ALGID_ABSENT) != 0)) { in ossl_digest_default_get_params()
/openssl/fuzz/
H A Dfuzz_rand.c82 if (p != NULL && !OSSL_PARAM_set_int(p, *(int *)vrng)) in fuzz_rand_get_ctx_params()
86 if (p != NULL && !OSSL_PARAM_set_int(p, 500)) in fuzz_rand_get_ctx_params()
/openssl/providers/implementations/keymgmt/
H A Dtemplate_kmgmt.c263 && !OSSL_PARAM_set_int(p, 0)) in template_get_params()
266 && !OSSL_PARAM_set_int(p, 0)) in template_get_params()
269 && !OSSL_PARAM_set_int(p, 0)) in template_get_params()
H A Ddsa_kmgmt.c321 && !OSSL_PARAM_set_int(p, DSA_bits(dsa))) in dsa_get_params()
324 && !OSSL_PARAM_set_int(p, DSA_security_bits(dsa))) in dsa_get_params()
327 && !OSSL_PARAM_set_int(p, DSA_size(dsa))) in dsa_get_params()
H A Drsa_kmgmt.c339 && (empty || !OSSL_PARAM_set_int(p, RSA_bits(rsa)))) in rsa_get_params()
342 && (empty || !OSSL_PARAM_set_int(p, RSA_security_bits(rsa)))) in rsa_get_params()
345 && (empty || !OSSL_PARAM_set_int(p, RSA_size(rsa)))) in rsa_get_params()
H A Dec_kmgmt.c665 && !OSSL_PARAM_set_int(p, ECDSA_size(eck))) in common_get_params()
668 && !OSSL_PARAM_set_int(p, EC_GROUP_order_bits(ecg))) in common_get_params()
704 if (!OSSL_PARAM_set_int(p, sec_bits)) in common_get_params()
714 || !OSSL_PARAM_set_int(p, explicitparams)) in common_get_params()
737 if (!OSSL_PARAM_set_int(p, ecdh_cofactor_mode)) in common_get_params()
H A Decx_kmgmt.c293 && !OSSL_PARAM_set_int(p, bits)) in ecx_get_params()
296 && !OSSL_PARAM_set_int(p, secbits)) in ecx_get_params()
299 && !OSSL_PARAM_set_int(p, size)) in ecx_get_params()
313 if (p != NULL && !OSSL_PARAM_set_int(p, approved)) in ecx_get_params()
H A Ddh_kmgmt.c321 && !OSSL_PARAM_set_int(p, DH_bits(dh))) in dh_get_params()
324 && !OSSL_PARAM_set_int(p, DH_security_bits(dh))) in dh_get_params()
327 && !OSSL_PARAM_set_int(p, DH_size(dh))) in dh_get_params()
/openssl/providers/implementations/rands/
H A Dtest_rng.c188 if (p != NULL && !OSSL_PARAM_set_int(p, t->state)) in test_rng_get_ctx_params()
192 if (p != NULL && !OSSL_PARAM_set_int(p, t->strength)) in test_rng_get_ctx_params()
205 if (p != NULL && !OSSL_PARAM_set_int(p, 0)) in test_rng_get_ctx_params()
H A Dseed_src.c145 if (p != NULL && !OSSL_PARAM_set_int(p, s->state)) in seed_src_get_ctx_params()
149 if (p != NULL && !OSSL_PARAM_set_int(p, 1024)) in seed_src_get_ctx_params()
H A Dfips_crng_test.c374 if (p != NULL && !OSSL_PARAM_set_int(p, crngt->state)) in crng_test_get_ctx_params()
378 if (p != NULL && !OSSL_PARAM_set_int(p, 1024)) in crng_test_get_ctx_params()
386 if (p != NULL && !OSSL_PARAM_set_int(p, 0)) in crng_test_get_ctx_params()
H A Dseed_src_jitter.c227 if (p != NULL && !OSSL_PARAM_set_int(p, s->state)) in jitter_get_ctx_params()
231 if (p != NULL && !OSSL_PARAM_set_int(p, 1024)) in jitter_get_ctx_params()
H A Ddrbg.c885 if (p != NULL && !OSSL_PARAM_set_int(p, drbg->state)) in ossl_drbg_get_ctx_params()
889 if (p != NULL && !OSSL_PARAM_set_int(p, drbg->strength)) in ossl_drbg_get_ctx_params()
/openssl/providers/implementations/ciphers/
H A Dciphercommon.c54 && !OSSL_PARAM_set_int(p, (flags & PROV_CIPHER_FLAG_AEAD) != 0)) { in ossl_cipher_generic_get_params()
60 && !OSSL_PARAM_set_int(p, (flags & PROV_CIPHER_FLAG_CUSTOM_IV) != 0)) { in ossl_cipher_generic_get_params()
66 && !OSSL_PARAM_set_int(p, (flags & PROV_CIPHER_FLAG_CTS) != 0)) { in ossl_cipher_generic_get_params()
72 && !OSSL_PARAM_set_int(p, (flags & PROV_CIPHER_FLAG_TLS1_MULTIBLOCK) != 0)) { in ossl_cipher_generic_get_params()
78 && !OSSL_PARAM_set_int(p, (flags & PROV_CIPHER_FLAG_RAND_KEY) != 0)) { in ossl_cipher_generic_get_params()
H A Dcipher_tdes_common.c199 if (p != NULL && !OSSL_PARAM_set_int(p, decrypt_only)) { in ossl_tdes_get_params()
/openssl/test/testutil/
H A Dfake_random.c102 if (p != NULL && !OSSL_PARAM_set_int(p, frng->state)) in fake_rand_get_ctx_params()
106 if (p != NULL && !OSSL_PARAM_set_int(p, 256)) in fake_rand_get_ctx_params()
/openssl/providers/
H A Dnullprov.c49 if (p != NULL && !OSSL_PARAM_set_int(p, ossl_prov_is_running())) in null_get_params()
H A Dbaseprov.c65 if (p != NULL && !OSSL_PARAM_set_int(p, ossl_prov_is_running())) in base_get_params()
H A Dlegacyprov.c81 if (p != NULL && !OSSL_PARAM_set_int(p, ossl_prov_is_running())) in legacy_get_params()
/openssl/providers/fips/
H A Dfipsindicator.c98 return p == NULL || OSSL_PARAM_set_int(p, ind->approved); in ossl_FIPS_IND_get_ctx_param()
H A Dfipsprov.c196 if (p != NULL && !OSSL_PARAM_set_int(p, ossl_prov_is_running())) in fips_get_params()
201 if (p != NULL && !OSSL_PARAM_set_int(p, fgbl->fips_##structname.enabled)) \ in fips_get_params()
/openssl/providers/implementations/macs/
H A Dhmac_prov.c291 && !OSSL_PARAM_set_int(p, hmac_block_size(macctx))) in hmac_get_ctx_params()
301 if (!OSSL_PARAM_set_int(p, approved)) in hmac_get_ctx_params()
/openssl/crypto/
H A Dparam_build_set.c29 return OSSL_PARAM_set_int(p, num); in DEFINE_SPECIAL_STACK_OF_CONST()
/openssl/providers/implementations/exchange/
H A Decx_exch.c197 if (p != NULL && !OSSL_PARAM_set_int(p, approved)) in ecx_get_ctx_params()
/openssl/include/openssl/
H A Dparams.h117 int OSSL_PARAM_set_int(OSSL_PARAM *p, int val);

Completed in 64 milliseconds

12