/openssl/providers/implementations/digests/ |
H A D | digestcommon.c | 31 && !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 D | fuzz_rand.c | 82 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 D | template_kmgmt.c | 263 && !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 D | dsa_kmgmt.c | 321 && !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 D | rsa_kmgmt.c | 339 && (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 D | ec_kmgmt.c | 665 && !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 D | ecx_kmgmt.c | 293 && !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 D | dh_kmgmt.c | 321 && !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 D | test_rng.c | 188 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 D | seed_src.c | 145 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 D | fips_crng_test.c | 374 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 D | seed_src_jitter.c | 227 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 D | drbg.c | 885 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 D | ciphercommon.c | 54 && !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 D | cipher_tdes_common.c | 199 if (p != NULL && !OSSL_PARAM_set_int(p, decrypt_only)) { in ossl_tdes_get_params()
|
/openssl/test/testutil/ |
H A D | fake_random.c | 102 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 D | nullprov.c | 49 if (p != NULL && !OSSL_PARAM_set_int(p, ossl_prov_is_running())) in null_get_params()
|
H A D | baseprov.c | 65 if (p != NULL && !OSSL_PARAM_set_int(p, ossl_prov_is_running())) in base_get_params()
|
H A D | legacyprov.c | 81 if (p != NULL && !OSSL_PARAM_set_int(p, ossl_prov_is_running())) in legacy_get_params()
|
/openssl/providers/fips/ |
H A D | fipsindicator.c | 98 return p == NULL || OSSL_PARAM_set_int(p, ind->approved); in ossl_FIPS_IND_get_ctx_param()
|
H A D | fipsprov.c | 196 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 D | hmac_prov.c | 291 && !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 D | param_build_set.c | 29 return OSSL_PARAM_set_int(p, num); in DEFINE_SPECIAL_STACK_OF_CONST()
|
/openssl/providers/implementations/exchange/ |
H A D | ecx_exch.c | 197 if (p != NULL && !OSSL_PARAM_set_int(p, approved)) in ecx_get_ctx_params()
|
/openssl/include/openssl/ |
H A D | params.h | 117 int OSSL_PARAM_set_int(OSSL_PARAM *p, int val);
|