/openssl-master/providers/implementations/digests/ |
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-master/fuzz/ |
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-master/providers/implementations/ciphers/ |
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()
|
/openssl-master/providers/implementations/rands/ |
A D | seed_src.c | 147 if (p != NULL && !OSSL_PARAM_set_int(p, s->state)) in seed_src_get_ctx_params() 151 if (p != NULL && !OSSL_PARAM_set_int(p, 1024)) in seed_src_get_ctx_params()
|
A D | test_rng.c | 146 if (p != NULL && !OSSL_PARAM_set_int(p, t->state)) in test_rng_get_ctx_params() 150 if (p != NULL && !OSSL_PARAM_set_int(p, t->strength)) in test_rng_get_ctx_params()
|
A D | drbg.c | 861 if (p != NULL && !OSSL_PARAM_set_int(p, drbg->state)) in ossl_drbg_get_ctx_params() 865 if (p != NULL && !OSSL_PARAM_set_int(p, drbg->strength)) in ossl_drbg_get_ctx_params()
|
/openssl-master/test/testutil/ |
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-master/providers/ |
A D | nullprov.c | 49 if (p != NULL && !OSSL_PARAM_set_int(p, ossl_prov_is_running())) in null_get_params()
|
A D | baseprov.c | 65 if (p != NULL && !OSSL_PARAM_set_int(p, ossl_prov_is_running())) in base_get_params()
|
A D | legacyprov.c | 64 if (p != NULL && !OSSL_PARAM_set_int(p, ossl_prov_is_running())) in legacy_get_params()
|
A D | defltprov.c | 69 if (p != NULL && !OSSL_PARAM_set_int(p, ossl_prov_is_running())) in deflt_get_params()
|
/openssl-master/crypto/ |
A D | param_build_set.c | 29 return OSSL_PARAM_set_int(p, num); in DEFINE_SPECIAL_STACK_OF_CONST()
|
/openssl-master/providers/implementations/keymgmt/ |
A D | dsa_kmgmt.c | 282 && !OSSL_PARAM_set_int(p, DSA_bits(dsa))) in dsa_get_params() 285 && !OSSL_PARAM_set_int(p, DSA_security_bits(dsa))) in dsa_get_params() 288 && !OSSL_PARAM_set_int(p, DSA_size(dsa))) in dsa_get_params()
|
A D | rsa_kmgmt.c | 310 && (empty || !OSSL_PARAM_set_int(p, RSA_bits(rsa)))) in rsa_get_params() 313 && (empty || !OSSL_PARAM_set_int(p, RSA_security_bits(rsa)))) in rsa_get_params() 316 && (empty || !OSSL_PARAM_set_int(p, RSA_size(rsa)))) in rsa_get_params()
|
A D | ec_kmgmt.c | 639 && !OSSL_PARAM_set_int(p, ECDSA_size(eck))) in common_get_params() 642 && !OSSL_PARAM_set_int(p, EC_GROUP_order_bits(ecg))) in common_get_params() 678 if (!OSSL_PARAM_set_int(p, sec_bits)) in common_get_params() 688 || !OSSL_PARAM_set_int(p, explicitparams)) in common_get_params() 711 if (!OSSL_PARAM_set_int(p, ecdh_cofactor_mode)) in common_get_params()
|
A D | dh_kmgmt.c | 288 && !OSSL_PARAM_set_int(p, DH_bits(dh))) in dh_get_params() 291 && !OSSL_PARAM_set_int(p, DH_security_bits(dh))) in dh_get_params() 294 && !OSSL_PARAM_set_int(p, DH_size(dh))) in dh_get_params()
|
A D | ecx_kmgmt.c | 268 && !OSSL_PARAM_set_int(p, bits)) in ecx_get_params() 271 && !OSSL_PARAM_set_int(p, secbits)) in ecx_get_params() 274 && !OSSL_PARAM_set_int(p, size)) in ecx_get_params()
|
/openssl-master/include/openssl/ |
A D | params.h | 114 int OSSL_PARAM_set_int(OSSL_PARAM *p, int val);
|
/openssl-master/test/ |
A D | tls-provider.c | 519 && !OSSL_PARAM_set_int(p, XOR_KEY_SIZE)) in xor_get_params() 523 && !OSSL_PARAM_set_int(p, xor_group.secbits)) in xor_get_params()
|
A D | params_test.c | 250 && !TEST_true(OSSL_PARAM_set_int(p, obj->p1))) in api_get_params()
|
/openssl-master/providers/implementations/macs/ |
A D | hmac_prov.c | 262 && !OSSL_PARAM_set_int(p, hmac_block_size(macctx))) in hmac_get_ctx_params()
|
A D | kmac_prov.c | 378 if (!OSSL_PARAM_set_int(p, sz)) in kmac_get_ctx_params()
|
/openssl-master/providers/fips/ |
A D | fipsprov.c | 186 if (p != NULL && !OSSL_PARAM_set_int(p, ossl_prov_is_running())) in fips_get_params() 189 if (p != NULL && !OSSL_PARAM_set_int(p, fgbl->fips_security_checks)) in fips_get_params()
|
/openssl-master/providers/implementations/exchange/ |
A D | ecdh_exch.c | 353 if (!OSSL_PARAM_set_int(p, mode)) in ecdh_get_ctx_params()
|
/openssl-master/providers/implementations/asymciphers/ |
A D | rsa_enc.c | 344 if (!OSSL_PARAM_set_int(p, prsactx->pad_mode)) in rsa_get_ctx_params()
|