Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_locate_const (Results 1 – 25 of 140) sorted by relevance

123456

/freebsd/crypto/openssl/crypto/ffc/
H A Dffc_backend.c27 prm = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_GROUP_NAME); in ossl_ffc_params_fromdata()
44 param_p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_P); in ossl_ffc_params_fromdata()
45 param_g = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_G); in ossl_ffc_params_fromdata()
46 param_q = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_Q); in ossl_ffc_params_fromdata()
53 prm = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_GINDEX); in ossl_ffc_params_fromdata()
59 prm = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_PCOUNTER); in ossl_ffc_params_fromdata()
65 prm = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_COFACTOR); in ossl_ffc_params_fromdata()
68 prm = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_H); in ossl_ffc_params_fromdata()
74 prm = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_SEED); in ossl_ffc_params_fromdata()
80 prm = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_VALIDATE_PQ); in ossl_ffc_params_fromdata()
[all …]
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_acvp_test_params.c33 p = OSSL_PARAM_locate_const(src, settable[0].key); in ossl_rsa_acvp_test_gen_params_new()
45 p = OSSL_PARAM_locate_const(src, s->key); in ossl_rsa_acvp_test_gen_params_new()
94 if ((p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_RSA_TEST_XP1)) != NULL in ossl_rsa_acvp_test_set_params()
97 if ((p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_RSA_TEST_XP2)) != NULL in ossl_rsa_acvp_test_set_params()
100 if ((p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_RSA_TEST_XP)) != NULL in ossl_rsa_acvp_test_set_params()
103 if ((p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_RSA_TEST_XQ1)) != NULL in ossl_rsa_acvp_test_set_params()
106 if ((p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_RSA_TEST_XQ2)) != NULL in ossl_rsa_acvp_test_set_params()
109 if ((p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_RSA_TEST_XQ)) != NULL in ossl_rsa_acvp_test_set_params()
H A Drsa_backend.c48 p = OSSL_PARAM_locate_const(params, names[i]); in DEFINE_STACK_OF()
78 param_n = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_RSA_N); in ossl_rsa_fromdata()
79 param_e = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_RSA_E); in ossl_rsa_fromdata()
89 param_derive = OSSL_PARAM_locate_const(params, in ossl_rsa_fromdata()
95 param_d = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_RSA_D); in ossl_rsa_fromdata()
107 param_p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_RSA_FACTOR1); in ossl_rsa_fromdata()
108 param_q = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_RSA_FACTOR2); in ossl_rsa_fromdata()
366 param_propq = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_RSA_DIGEST_PROPS); in ossl_rsa_pss_params_30_fromdata()
367 param_md = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_RSA_DIGEST); in ossl_rsa_pss_params_30_fromdata()
368 param_mgf = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_RSA_MASKGENFUNC); in ossl_rsa_pss_params_30_fromdata()
[all …]
/freebsd/crypto/openssl/test/
H A Dkeymgmt_internal_test.c109 if (!TEST_ptr(p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_RSA_N)) in export_cb()
111 || !TEST_ptr(p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_RSA_E)) in export_cb()
113 || !TEST_ptr(p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_RSA_D)) in export_cb()
117 if (!TEST_ptr(p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_RSA_FACTOR1)) in export_cb()
119 || !TEST_ptr(p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_RSA_FACTOR2)) in export_cb()
121 || !TEST_ptr(p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_RSA_FACTOR3)) in export_cb()
125 if (!TEST_ptr(p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_RSA_EXPONENT1)) in export_cb()
127 || !TEST_ptr(p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_RSA_EXPONENT2)) in export_cb()
129 || !TEST_ptr(p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_RSA_EXPONENT3)) in export_cb()
133 if (!TEST_ptr(p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_RSA_COEFFICIENT1)) in export_cb()
[all …]
H A Dprovider_status_test.c61 p = OSSL_PARAM_locate_const(params, OSSL_PROV_PARAM_SELF_TEST_PHASE); in self_test_events()
66 p = OSSL_PARAM_locate_const(params, OSSL_PROV_PARAM_SELF_TEST_DESC); in self_test_events()
71 p = OSSL_PARAM_locate_const(params, OSSL_PROV_PARAM_SELF_TEST_TYPE); in self_test_events()
116 || !TEST_ptr(p = OSSL_PARAM_locate_const(gettable, OSSL_PROV_PARAM_NAME)) in get_provider_params()
117 || !TEST_ptr(p = OSSL_PARAM_locate_const(gettable, OSSL_PROV_PARAM_VERSION)) in get_provider_params()
118 || !TEST_ptr(p = OSSL_PARAM_locate_const(gettable, OSSL_PROV_PARAM_STATUS)) in get_provider_params()
119 || !TEST_ptr(p = OSSL_PARAM_locate_const(gettable, OSSL_PROV_PARAM_BUILDINFO))) in get_provider_params()
H A Dcc_dummy.c47 p = OSSL_PARAM_locate_const(params, OSSL_CC_OPTION_MAX_DGRAM_PAYLOAD_LEN); in dummy_set_input_params()
66 p = OSSL_PARAM_locate_const(params, OSSL_CC_OPTION_MAX_DGRAM_PAYLOAD_LEN); in dummy_bind_diagnostic()
83 if (OSSL_PARAM_locate_const(params, OSSL_CC_OPTION_MAX_DGRAM_PAYLOAD_LEN) in dummy_unbind_diagnostic()
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Ddh_kmgmt.c373 p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_ENCODED_PUBLIC_KEY); in dh_set_params()
536 p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_TYPE); in dh_gen_common_set_params()
546 p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_GROUP_NAME); in dh_gen_common_set_params()
558 if ((p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_PBITS)) != NULL in dh_gen_common_set_params()
561 p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_DH_PRIV_LEN); in dh_gen_common_set_params()
610 p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_GINDEX); in dhx_gen_set_params()
613 p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_PCOUNTER); in dhx_gen_set_params()
616 p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_H); in dhx_gen_set_params()
619 p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_SEED); in dhx_gen_set_params()
624 if ((p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_QBITS)) != NULL in dhx_gen_set_params()
[all …]
H A Ddsa_kmgmt.c478 p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_TYPE); in dsa_gen_set_params()
494 p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_GINDEX); in dsa_gen_set_params()
498 p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_PCOUNTER); in dsa_gen_set_params()
502 p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_H); in dsa_gen_set_params()
506 p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_SEED); in dsa_gen_set_params()
511 if ((p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_PBITS)) != NULL in dsa_gen_set_params()
514 if ((p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_QBITS)) != NULL in dsa_gen_set_params()
517 p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_DIGEST); in dsa_gen_set_params()
526 p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_DIGEST_PROPS); in dsa_gen_set_params()
/freebsd/crypto/openssl/providers/common/
H A Dprovider_util.c57 p = OSSL_PARAM_locate_const(params, OSSL_ALG_PARAM_PROPERTIES); in load_common()
70 p = OSSL_PARAM_locate_const(params, OSSL_ALG_PARAM_ENGINE); in load_common()
104 p = OSSL_PARAM_locate_const(params, OSSL_ALG_PARAM_CIPHER); in ossl_prov_cipher_load_from_params()
189 p = OSSL_PARAM_locate_const(params, OSSL_ALG_PARAM_DIGEST); in ossl_prov_digest_load_from_params()
244 if ((p = OSSL_PARAM_locate_const(params, in ossl_prov_set_macctx()
253 if ((p = OSSL_PARAM_locate_const(params, in ossl_prov_set_macctx()
262 if ((p = OSSL_PARAM_locate_const(params, OSSL_ALG_PARAM_ENGINE)) in ossl_prov_set_macctx()
308 && (p = OSSL_PARAM_locate_const(params, OSSL_ALG_PARAM_MAC)) != NULL) { in ossl_prov_macctx_load_from_params()
313 if ((p = OSSL_PARAM_locate_const(params, in ossl_prov_macctx_load_from_params()
/freebsd/crypto/openssl/crypto/ec/
H A Dec_backend.c184 param_p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_EC_P); in ec_group_explicit_todata()
185 param_a = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_EC_A); in ec_group_explicit_todata()
186 param_b = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_EC_B); in ec_group_explicit_todata()
209 param = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_EC_ORDER); in ec_group_explicit_todata()
224 param = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_EC_FIELD_TYPE); in ec_group_explicit_todata()
234 param = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_EC_GENERATOR); in ec_group_explicit_todata()
257 param = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_EC_COFACTOR); in ec_group_explicit_todata()
269 param = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_EC_SEED); in ec_group_explicit_todata()
411 param_pub_key = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_PUB_KEY); in ossl_ec_key_fromdata()
413 param_priv_key = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_PRIV_KEY); in ossl_ec_key_fromdata()
[all …]
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha.c99 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_AEAD_MAC_KEY); in aes_set_ctx_params()
109 p = OSSL_PARAM_locate_const(params, in aes_set_ctx_params()
125 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_TLS1_MULTIBLOCK_AAD); in aes_set_ctx_params()
127 const OSSL_PARAM *p1 = OSSL_PARAM_locate_const(params, in aes_set_ctx_params()
150 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_TLS1_MULTIBLOCK_ENC); in aes_set_ctx_params()
152 const OSSL_PARAM *p1 = OSSL_PARAM_locate_const(params, in aes_set_ctx_params()
154 const OSSL_PARAM *pin = OSSL_PARAM_locate_const(params, in aes_set_ctx_params()
173 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_AEAD_TLS1_AAD); in aes_set_ctx_params()
183 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_KEYLEN); in aes_set_ctx_params()
197 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_TLS_VERSION); in aes_set_ctx_params()
H A Dcipher_rc4_hmac_md5.c159 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_KEYLEN); in rc4_hmac_md5_set_ctx_params()
171 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_IVLEN); in rc4_hmac_md5_set_ctx_params()
183 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_AEAD_TLS1_AAD); in rc4_hmac_md5_set_ctx_params()
196 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_AEAD_MAC_KEY); in rc4_hmac_md5_set_ctx_params()
204 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_TLS_VERSION); in rc4_hmac_md5_set_ctx_params()
H A Dcipher_chacha20_poly1305.c185 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_KEYLEN); in chacha20_poly1305_set_ctx_params()
196 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_IVLEN); in chacha20_poly1305_set_ctx_params()
208 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_AEAD_TAG); in chacha20_poly1305_set_ctx_params()
228 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_AEAD_TLS1_AAD); in chacha20_poly1305_set_ctx_params()
242 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_AEAD_TLS1_IV_FIXED); in chacha20_poly1305_set_ctx_params()
/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dx942kdf.c543 if (OSSL_PARAM_locate_const(params, OSSL_ALG_PARAM_DIGEST) != NULL) { in x942kdf_set_ctx_params()
553 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SECRET); in x942kdf_set_ctx_params()
555 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_KEY); in x942kdf_set_ctx_params()
565 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_X942_ACVPINFO); in x942kdf_set_ctx_params()
570 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_X942_PARTYUINFO); in x942kdf_set_ctx_params()
572 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_UKM); in x942kdf_set_ctx_params()
577 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_X942_PARTYVINFO); in x942kdf_set_ctx_params()
582 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_X942_USE_KEYBITS); in x942kdf_set_ctx_params()
586 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_X942_SUPP_PUBINFO); in x942kdf_set_ctx_params()
593 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_X942_SUPP_PRIVINFO); in x942kdf_set_ctx_params()
[all …]
H A Dhkdf.c262 if (OSSL_PARAM_locate_const(params, OSSL_ALG_PARAM_DIGEST) != NULL) { in hkdf_common_set_ctx_params()
275 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_MODE)) != NULL) { in hkdf_common_set_ctx_params()
301 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_KEY)) != NULL) { in hkdf_common_set_ctx_params()
309 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SALT)) != NULL) { in hkdf_common_set_ctx_params()
341 if (OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_KEY) != NULL) in kdf_hkdf_set_ctx_params()
858 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_PREFIX)) != NULL) { in kdf_tls1_3_set_ctx_params()
866 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_LABEL)) != NULL) { in kdf_tls1_3_set_ctx_params()
876 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_DATA)) != NULL in kdf_tls1_3_set_ctx_params()
882 if (OSSL_PARAM_locate_const(params, OSSL_ALG_PARAM_DIGEST) != NULL) { in kdf_tls1_3_set_ctx_params()
889 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_KEY)) != NULL) in kdf_tls1_3_set_ctx_params()
H A Dscrypt.c226 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_PASSWORD)) != NULL) in kdf_scrypt_set_ctx_params()
230 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SALT)) != NULL) in kdf_scrypt_set_ctx_params()
234 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SCRYPT_N)) in kdf_scrypt_set_ctx_params()
243 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SCRYPT_R)) in kdf_scrypt_set_ctx_params()
250 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SCRYPT_P)) in kdf_scrypt_set_ctx_params()
257 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SCRYPT_MAXMEM)) in kdf_scrypt_set_ctx_params()
264 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_PROPERTIES); in kdf_scrypt_set_ctx_params()
H A Dsshkdf.c225 if (OSSL_PARAM_locate_const(params, OSSL_ALG_PARAM_DIGEST) != NULL) { in kdf_sshkdf_set_ctx_params()
243 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_KEY)) != NULL) { in kdf_sshkdf_set_ctx_params()
253 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SSHKDF_XCGHASH)) in kdf_sshkdf_set_ctx_params()
258 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SSHKDF_SESSION_ID)) in kdf_sshkdf_set_ctx_params()
263 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SSHKDF_TYPE)) in kdf_sshkdf_set_ctx_params()
H A Dpbkdf2.c265 if (OSSL_PARAM_locate_const(params, OSSL_ALG_PARAM_DIGEST) != NULL) { in kdf_pbkdf2_set_ctx_params()
275 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_PKCS5)) != NULL) { in kdf_pbkdf2_set_ctx_params()
286 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_PASSWORD)) != NULL) in kdf_pbkdf2_set_ctx_params()
290 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SALT)) != NULL) { in kdf_pbkdf2_set_ctx_params()
300 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_ITER)) != NULL) { in kdf_pbkdf2_set_ctx_params()
/freebsd/crypto/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c480 p = OSSL_PARAM_locate_const(params, OSSL_ASYM_CIPHER_PARAM_OAEP_DIGEST); in rsa_set_ctx_params()
486 p = OSSL_PARAM_locate_const(params, in rsa_set_ctx_params()
501 p = OSSL_PARAM_locate_const(params, OSSL_ASYM_CIPHER_PARAM_PAD_MODE); in rsa_set_ctx_params()
541 p = OSSL_PARAM_locate_const(params, OSSL_ASYM_CIPHER_PARAM_MGF1_DIGEST); in rsa_set_ctx_params()
547 p = OSSL_PARAM_locate_const(params, in rsa_set_ctx_params()
564 p = OSSL_PARAM_locate_const(params, OSSL_ASYM_CIPHER_PARAM_OAEP_LABEL); in rsa_set_ctx_params()
576 p = OSSL_PARAM_locate_const(params, OSSL_ASYM_CIPHER_PARAM_TLS_CLIENT_VERSION); in rsa_set_ctx_params()
585 p = OSSL_PARAM_locate_const(params, OSSL_ASYM_CIPHER_PARAM_TLS_NEGOTIATED_VERSION); in rsa_set_ctx_params()
593 p = OSSL_PARAM_locate_const(params, OSSL_ASYM_CIPHER_PARAM_IMPLICIT_REJECTION); in rsa_set_ctx_params()
/freebsd/crypto/openssl/providers/implementations/macs/
H A Dblake2_mac_impl.c197 if ((p = OSSL_PARAM_locate_const(params, OSSL_MAC_PARAM_SIZE)) != NULL) { in blake2_mac_set_ctx_params()
209 if ((p = OSSL_PARAM_locate_const(params, OSSL_MAC_PARAM_KEY)) != NULL in blake2_mac_set_ctx_params()
213 if ((p = OSSL_PARAM_locate_const(params, OSSL_MAC_PARAM_CUSTOM)) in blake2_mac_set_ctx_params()
226 if ((p = OSSL_PARAM_locate_const(params, OSSL_MAC_PARAM_SALT)) != NULL) { in blake2_mac_set_ctx_params()
H A Dsiphash_prov.c204 if ((p = OSSL_PARAM_locate_const(params, OSSL_MAC_PARAM_SIZE)) != NULL) { in siphash_set_params()
210 if ((p = OSSL_PARAM_locate_const(params, OSSL_MAC_PARAM_C_ROUNDS)) != NULL in siphash_set_params()
213 if ((p = OSSL_PARAM_locate_const(params, OSSL_MAC_PARAM_D_ROUNDS)) != NULL in siphash_set_params()
216 if ((p = OSSL_PARAM_locate_const(params, OSSL_MAC_PARAM_KEY)) != NULL) in siphash_set_params()
/freebsd/crypto/openssl/providers/implementations/exchange/
H A Ddh_exch.c360 p = OSSL_PARAM_locate_const(params, OSSL_EXCHANGE_PARAM_KDF_TYPE); in dh_set_ctx_params()
373 p = OSSL_PARAM_locate_const(params, OSSL_EXCHANGE_PARAM_KDF_DIGEST); in dh_set_ctx_params()
382 p = OSSL_PARAM_locate_const(params, in dh_set_ctx_params()
408 p = OSSL_PARAM_locate_const(params, OSSL_EXCHANGE_PARAM_KDF_OUTLEN); in dh_set_ctx_params()
417 p = OSSL_PARAM_locate_const(params, OSSL_EXCHANGE_PARAM_KDF_UKM); in dh_set_ctx_params()
434 p = OSSL_PARAM_locate_const(params, OSSL_EXCHANGE_PARAM_PAD); in dh_set_ctx_params()
441 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_CEK_ALG); in dh_set_ctx_params()
/freebsd/crypto/openssl/providers/implementations/rands/
H A Dtest_rng.c236 p = OSSL_PARAM_locate_const(params, OSSL_RAND_PARAM_STRENGTH); in test_rng_set_ctx_params()
240 p = OSSL_PARAM_locate_const(params, OSSL_RAND_PARAM_TEST_ENTROPY); in test_rng_set_ctx_params()
251 p = OSSL_PARAM_locate_const(params, OSSL_RAND_PARAM_TEST_NONCE); in test_rng_set_ctx_params()
260 p = OSSL_PARAM_locate_const(params, OSSL_RAND_PARAM_MAX_REQUEST); in test_rng_set_ctx_params()
264 p = OSSL_PARAM_locate_const(params, OSSL_RAND_PARAM_GENERATE); in test_rng_set_ctx_params()
/freebsd/crypto/openssl/providers/implementations/signature/
H A Dml_dsa_sig.c248 p = OSSL_PARAM_locate_const(params, OSSL_SIGNATURE_PARAM_CONTEXT_STRING); in ml_dsa_set_ctx_params()
258 p = OSSL_PARAM_locate_const(params, OSSL_SIGNATURE_PARAM_TEST_ENTROPY); in ml_dsa_set_ctx_params()
272 p = OSSL_PARAM_locate_const(params, OSSL_SIGNATURE_PARAM_DETERMINISTIC); in ml_dsa_set_ctx_params()
276 p = OSSL_PARAM_locate_const(params, OSSL_SIGNATURE_PARAM_MESSAGE_ENCODING); in ml_dsa_set_ctx_params()
280 p = OSSL_PARAM_locate_const(params, OSSL_SIGNATURE_PARAM_MU); in ml_dsa_set_ctx_params()
/freebsd/crypto/openssl/crypto/store/
H A Dstore_result.c101 if ((p = OSSL_PARAM_locate_const(params, OSSL_OBJECT_PARAM_TYPE)) != NULL in ossl_store_handle_load_result()
104 p = OSSL_PARAM_locate_const(params, OSSL_OBJECT_PARAM_DATA_TYPE); in ossl_store_handle_load_result()
108 p = OSSL_PARAM_locate_const(params, OSSL_OBJECT_PARAM_DATA); in ossl_store_handle_load_result()
114 p = OSSL_PARAM_locate_const(params, OSSL_OBJECT_PARAM_DATA_STRUCTURE); in ossl_store_handle_load_result()
118 p = OSSL_PARAM_locate_const(params, OSSL_OBJECT_PARAM_INPUT_TYPE); in ossl_store_handle_load_result()
122 p = OSSL_PARAM_locate_const(params, OSSL_OBJECT_PARAM_REFERENCE); in ossl_store_handle_load_result()
125 p = OSSL_PARAM_locate_const(params, OSSL_OBJECT_PARAM_DESC); in ossl_store_handle_load_result()

123456