/netbsd-src/crypto/external/bsd/openssl/dist/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()
|
/netbsd-src/crypto/external/bsd/openssl/dist/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()
|
/netbsd-src/crypto/external/bsd/openssl/dist/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()
|
/netbsd-src/crypto/external/bsd/openssl/dist/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()
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/rands/ |
H 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()
|
H 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()
|
/netbsd-src/crypto/external/bsd/openssl/dist/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 | 64 if (p != NULL && !OSSL_PARAM_set_int(p, ossl_prov_is_running())) in legacy_get_params()
|
H A D | defltprov.c | 69 if (p != NULL && !OSSL_PARAM_set_int(p, ossl_prov_is_running())) in deflt_get_params()
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/ |
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 | dsa_kmgmt.c | 318 && !OSSL_PARAM_set_int(p, DSA_bits(dsa))) in dsa_get_params() 321 && !OSSL_PARAM_set_int(p, DSA_security_bits(dsa))) in dsa_get_params() 324 && !OSSL_PARAM_set_int(p, DSA_size(dsa))) in dsa_get_params()
|
H A D | ec_kmgmt.c | 662 && !OSSL_PARAM_set_int(p, ECDSA_size(eck))) in common_get_params() 665 && !OSSL_PARAM_set_int(p, EC_GROUP_order_bits(ecg))) in common_get_params() 701 if (!OSSL_PARAM_set_int(p, sec_bits)) in common_get_params() 711 || !OSSL_PARAM_set_int(p, explicitparams)) in common_get_params() 734 if (!OSSL_PARAM_set_int(p, ecdh_cofactor_mode)) in common_get_params()
|
H A D | ecx_kmgmt.c | 288 && !OSSL_PARAM_set_int(p, bits)) in ecx_get_params() 291 && !OSSL_PARAM_set_int(p, secbits)) in ecx_get_params() 294 && !OSSL_PARAM_set_int(p, size)) in ecx_get_params()
|
H A D | dh_kmgmt.c | 320 && !OSSL_PARAM_set_int(p, DH_bits(dh))) in dh_get_params() 323 && !OSSL_PARAM_set_int(p, DH_security_bits(dh))) in dh_get_params() 326 && !OSSL_PARAM_set_int(p, DH_size(dh))) in dh_get_params()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ |
H A D | param_build_set.c | 29 return OSSL_PARAM_set_int(p, num); in DEFINE_SPECIAL_STACK_OF_CONST()
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | tls-provider.c | 525 && !OSSL_PARAM_set_int(p, XOR_KEY_SIZE)) in xor_get_params() 529 && !OSSL_PARAM_set_int(p, xor_group.secbits)) in xor_get_params()
|
H A D | params_test.c | 251 && !TEST_true(OSSL_PARAM_set_int(p, obj->p1))) in api_get_params()
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | params.h | 114 int OSSL_PARAM_set_int(OSSL_PARAM *p, int val);
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/fips/ |
H A D | fipsprov.c | 187 if (p != NULL && !OSSL_PARAM_set_int(p, ossl_prov_is_running())) in fips_get_params() 190 if (p != NULL && !OSSL_PARAM_set_int(p, fgbl->fips_security_checks)) in fips_get_params()
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/macs/ |
H A D | hmac_prov.c | 265 && !OSSL_PARAM_set_int(p, hmac_block_size(macctx))) in hmac_get_ctx_params()
|
H A D | kmac_prov.c | 378 if (!OSSL_PARAM_set_int(p, sz)) in kmac_get_ctx_params()
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/exchange/ |
H A D | ecdh_exch.c | 353 if (!OSSL_PARAM_set_int(p, mode)) in ecdh_get_ctx_params()
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/asymciphers/ |
H A D | rsa_enc.c | 346 if (!OSSL_PARAM_set_int(p, prsactx->pad_mode)) in rsa_get_ctx_params()
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/signature/ |
H A D | rsa_sig.c | 1061 if (!OSSL_PARAM_set_int(p, prsactx->pad_mode)) in rsa_get_ctx_params() 1099 if (!OSSL_PARAM_set_int(p, prsactx->saltlen)) in rsa_get_ctx_params()
|