Home
last modified time | relevance | path

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

12345

/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()
86 prm = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_VALIDATE_G); in ossl_ffc_params_fromdata()
[all …]
/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()
367 OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_RSA_DIGEST_PROPS); in ossl_rsa_pss_params_30_fromdata()
369 OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_RSA_DIGEST); in ossl_rsa_pss_params_30_fromdata()
371 OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_RSA_MASKGENFUNC); in ossl_rsa_pss_params_30_fromdata()
373 OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_RSA_MGF1_DIGEST); in ossl_rsa_pss_params_30_fromdata()
[all …]
/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.c48 p = OSSL_PARAM_locate_const(params, OSSL_CC_OPTION_MAX_DGRAM_PAYLOAD_LEN); in dummy_set_input_params()
67 p = OSSL_PARAM_locate_const(params, OSSL_CC_OPTION_MAX_DGRAM_PAYLOAD_LEN); in dummy_bind_diagnostic()
84 if (OSSL_PARAM_locate_const(params, OSSL_CC_OPTION_MAX_DGRAM_PAYLOAD_LEN) in dummy_unbind_diagnostic()
/openssl/providers/implementations/keymgmt/
H A Ddh_kmgmt.c537 p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_TYPE); in dh_gen_common_set_params()
548 p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_GROUP_NAME); in dh_gen_common_set_params()
564 p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_DH_PRIV_LEN); in dh_gen_common_set_params()
613 p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_GINDEX); in dhx_gen_set_params()
616 p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_PCOUNTER); in dhx_gen_set_params()
619 p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_H); in dhx_gen_set_params()
622 p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_SEED); in dhx_gen_set_params()
630 p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_DIGEST); in dhx_gen_set_params()
650 p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_DH_GENERATOR); in dhx_gen_set_params()
666 p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_DH_GENERATOR); in dh_gen_set_params()
[all …]
H A Ddsa_kmgmt.c480 p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_TYPE); in dsa_gen_set_params()
496 p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_GINDEX); in dsa_gen_set_params()
500 p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_PCOUNTER); in dsa_gen_set_params()
504 p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_H); in dsa_gen_set_params()
508 p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_SEED); in dsa_gen_set_params()
513 if ((p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_PBITS)) != NULL in dsa_gen_set_params()
516 if ((p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_QBITS)) != NULL in dsa_gen_set_params()
519 p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_DIGEST); in dsa_gen_set_params()
528 p = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_FFC_DIGEST_PROPS); in dsa_gen_set_params()
/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()
238 if ((p = OSSL_PARAM_locate_const(params, in ossl_prov_set_macctx()
246 if ((p = OSSL_PARAM_locate_const(params, in ossl_prov_set_macctx()
254 if ((p = OSSL_PARAM_locate_const(params, OSSL_ALG_PARAM_ENGINE)) in ossl_prov_set_macctx()
301 && (p = OSSL_PARAM_locate_const(params, OSSL_ALG_PARAM_MAC)) != NULL) { in ossl_prov_macctx_load_from_params()
306 if ((p = OSSL_PARAM_locate_const(params, in ossl_prov_macctx_load_from_params()
/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()
412 OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_PUB_KEY); in ossl_ec_key_fromdata()
415 OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_PRIV_KEY); in ossl_ec_key_fromdata()
[all …]
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha.c100 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_AEAD_MAC_KEY); in aes_set_ctx_params()
110 p = OSSL_PARAM_locate_const(params, in aes_set_ctx_params()
126 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_TLS1_MULTIBLOCK_AAD); in aes_set_ctx_params()
128 const OSSL_PARAM *p1 = OSSL_PARAM_locate_const(params, in aes_set_ctx_params()
151 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_TLS1_MULTIBLOCK_ENC); in aes_set_ctx_params()
153 const OSSL_PARAM *p1 = OSSL_PARAM_locate_const(params, in aes_set_ctx_params()
155 const OSSL_PARAM *pin = OSSL_PARAM_locate_const(params, in aes_set_ctx_params()
174 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_AEAD_TLS1_AAD); in aes_set_ctx_params()
184 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_KEYLEN); in aes_set_ctx_params()
198 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.c173 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_KEYLEN); in chacha20_poly1305_set_ctx_params()
184 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_IVLEN); in chacha20_poly1305_set_ctx_params()
196 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_AEAD_TAG); in chacha20_poly1305_set_ctx_params()
216 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_AEAD_TLS1_AAD); in chacha20_poly1305_set_ctx_params()
230 p = OSSL_PARAM_locate_const(params, OSSL_CIPHER_PARAM_AEAD_TLS1_IV_FIXED); in chacha20_poly1305_set_ctx_params()
/openssl/providers/implementations/kdfs/
H A Dx942kdf.c544 if (OSSL_PARAM_locate_const(params, OSSL_ALG_PARAM_DIGEST) != NULL) { in x942kdf_set_ctx_params()
554 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SECRET); in x942kdf_set_ctx_params()
556 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_KEY); in x942kdf_set_ctx_params()
566 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_X942_ACVPINFO); in x942kdf_set_ctx_params()
571 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_X942_PARTYUINFO); in x942kdf_set_ctx_params()
573 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_UKM); in x942kdf_set_ctx_params()
578 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_X942_PARTYVINFO); in x942kdf_set_ctx_params()
583 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_X942_USE_KEYBITS); in x942kdf_set_ctx_params()
587 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_X942_SUPP_PUBINFO); in x942kdf_set_ctx_params()
599 p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_CEK_ALG); 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()
342 if (OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_KEY) != NULL) in kdf_hkdf_set_ctx_params()
862 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_PREFIX)) != NULL) { in kdf_tls1_3_set_ctx_params()
870 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_LABEL)) != NULL) { in kdf_tls1_3_set_ctx_params()
880 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_DATA)) != NULL in kdf_tls1_3_set_ctx_params()
886 if (OSSL_PARAM_locate_const(params, OSSL_ALG_PARAM_DIGEST) != NULL) { in kdf_tls1_3_set_ctx_params()
893 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_KEY)) != NULL) in kdf_tls1_3_set_ctx_params()
H A Dscrypt.c225 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_PASSWORD)) != NULL) in kdf_scrypt_set_ctx_params()
229 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SALT)) != NULL) in kdf_scrypt_set_ctx_params()
233 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SCRYPT_N)) in kdf_scrypt_set_ctx_params()
242 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SCRYPT_R)) in kdf_scrypt_set_ctx_params()
249 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SCRYPT_P)) in kdf_scrypt_set_ctx_params()
256 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SCRYPT_MAXMEM)) in kdf_scrypt_set_ctx_params()
263 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()
/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c479 p = OSSL_PARAM_locate_const(params, OSSL_ASYM_CIPHER_PARAM_OAEP_DIGEST); in rsa_set_ctx_params()
485 p = OSSL_PARAM_locate_const(params, in rsa_set_ctx_params()
500 p = OSSL_PARAM_locate_const(params, OSSL_ASYM_CIPHER_PARAM_PAD_MODE); in rsa_set_ctx_params()
542 p = OSSL_PARAM_locate_const(params, OSSL_ASYM_CIPHER_PARAM_MGF1_DIGEST); in rsa_set_ctx_params()
548 p = OSSL_PARAM_locate_const(params, in rsa_set_ctx_params()
565 p = OSSL_PARAM_locate_const(params, OSSL_ASYM_CIPHER_PARAM_OAEP_LABEL); in rsa_set_ctx_params()
577 p = OSSL_PARAM_locate_const(params, OSSL_ASYM_CIPHER_PARAM_TLS_CLIENT_VERSION); in rsa_set_ctx_params()
586 p = OSSL_PARAM_locate_const(params, OSSL_ASYM_CIPHER_PARAM_TLS_NEGOTIATED_VERSION); in rsa_set_ctx_params()
594 p = OSSL_PARAM_locate_const(params, OSSL_ASYM_CIPHER_PARAM_IMPLICIT_REJECTION); in rsa_set_ctx_params()
/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()
/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()
H A Decdh_exch.c269 p = OSSL_PARAM_locate_const(params, OSSL_EXCHANGE_PARAM_EC_ECDH_COFACTOR_MODE); in ecdh_set_ctx_params()
282 p = OSSL_PARAM_locate_const(params, OSSL_EXCHANGE_PARAM_KDF_TYPE); in ecdh_set_ctx_params()
296 p = OSSL_PARAM_locate_const(params, OSSL_EXCHANGE_PARAM_KDF_DIGEST); in ecdh_set_ctx_params()
305 p = OSSL_PARAM_locate_const(params, in ecdh_set_ctx_params()
333 p = OSSL_PARAM_locate_const(params, OSSL_EXCHANGE_PARAM_KDF_OUTLEN); in ecdh_set_ctx_params()
342 p = OSSL_PARAM_locate_const(params, OSSL_EXCHANGE_PARAM_KDF_UKM); in ecdh_set_ctx_params()
/openssl/providers/implementations/rands/
H A Dtest_rng.c235 p = OSSL_PARAM_locate_const(params, OSSL_RAND_PARAM_STRENGTH); in test_rng_set_ctx_params()
239 p = OSSL_PARAM_locate_const(params, OSSL_RAND_PARAM_TEST_ENTROPY); in test_rng_set_ctx_params()
250 p = OSSL_PARAM_locate_const(params, OSSL_RAND_PARAM_TEST_NONCE); in test_rng_set_ctx_params()
259 p = OSSL_PARAM_locate_const(params, OSSL_RAND_PARAM_MAX_REQUEST); in test_rng_set_ctx_params()
263 p = OSSL_PARAM_locate_const(params, OSSL_RAND_PARAM_GENERATE); in test_rng_set_ctx_params()
/openssl/crypto/dh/
H A Ddh_backend.c51 OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_DH_PRIV_LEN); in ossl_dh_params_fromdata()
68 param_priv_key = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_PRIV_KEY); in ossl_dh_key_fromdata()
69 param_pub_key = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_PUB_KEY); in ossl_dh_key_fromdata()

Completed in 74 milliseconds

12345