Home
last modified time | relevance | path

Searched refs:pkey (Results 551 - 575 of 1346) sorted by relevance

1...<<21222324252627282930>>...54

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dtlsv1_cred.c271 struct crypto_private_key *pkey; in tlsv1_set_key_pem() local
299 pkey = crypto_private_key_import(der, der_len, NULL); in tlsv1_set_key_pem()
301 return pkey; in tlsv1_set_key_pem()
312 struct crypto_private_key *pkey; in tlsv1_set_key_enc_pem() local
327 pkey = crypto_private_key_import(der, der_len, passwd); in tlsv1_set_key_enc_pem()
329 return pkey; in tlsv1_set_key_enc_pem()
/kernel/linux/linux-5.10/include/uapi/rdma/
H A Dib_user_sa.h64 __be16 pkey; member
/kernel/linux/linux-6.6/include/uapi/rdma/
H A Dib_user_sa.h64 __be16 pkey; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/rdma/
H A Dib_user_sa.h45 __be16 pkey; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/rdma/
H A Dib_user_sa.h45 __be16 pkey; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/rdma/
H A Dib_user_sa.h32 __be16 pkey; member
/third_party/node/deps/openssl/openssl/include/crypto/
H A Ddecoder.h36 EVP_PKEY **pkey, const char *keytype,
/third_party/openssl/include/crypto/
H A Ddecoder.h36 EVP_PKEY **pkey, const char *keytype,
/third_party/openssl/doc/life-cycles/
H A DMakefile1 GRAPHS=cipher.dot digest.dot kdf.dot mac.dot pkey.dot rand.dot
/third_party/node/deps/openssl/openssl/ssl/
H A Ds3_lib.c3352 EVP_PKEY_free(s->s3.tmp.pkey); in ssl3_free()
3353 s->s3.tmp.pkey = NULL; in ssl3_free()
3388 EVP_PKEY_free(s->s3.tmp.pkey); in ssl3_clear()
3721 if (s->session == NULL || s->s3.tmp.pkey == NULL) { in ssl3_ctrl()
3724 EVP_PKEY_up_ref(s->s3.tmp.pkey); in ssl3_ctrl()
3725 *(EVP_PKEY **)parg = s->s3.tmp.pkey; in ssl3_ctrl()
4675 EVP_PKEY *pkey = NULL; in ssl_generate_pkey() local
4684 if (EVP_PKEY_keygen(pctx, &pkey) <= 0) { in ssl_generate_pkey()
4685 EVP_PKEY_free(pkey); in ssl_generate_pkey()
4686 pkey in ssl_generate_pkey()
4699 EVP_PKEY *pkey = NULL; ssl_generate_pkey_group() local
4738 EVP_PKEY *pkey = NULL; ssl_generate_param_group() local
[all...]
/third_party/openssl/ssl/
H A Ds3_lib.c3352 EVP_PKEY_free(s->s3.tmp.pkey); in ssl3_free()
3353 s->s3.tmp.pkey = NULL; in ssl3_free()
3388 EVP_PKEY_free(s->s3.tmp.pkey); in ssl3_clear()
3721 if (s->session == NULL || s->s3.tmp.pkey == NULL) { in ssl3_ctrl()
3724 EVP_PKEY_up_ref(s->s3.tmp.pkey); in ssl3_ctrl()
3725 *(EVP_PKEY **)parg = s->s3.tmp.pkey; in ssl3_ctrl()
4675 EVP_PKEY *pkey = NULL; in ssl_generate_pkey() local
4684 if (EVP_PKEY_keygen(pctx, &pkey) <= 0) { in ssl_generate_pkey()
4685 EVP_PKEY_free(pkey); in ssl_generate_pkey()
4686 pkey in ssl_generate_pkey()
4699 EVP_PKEY *pkey = NULL; ssl_generate_pkey_group() local
4738 EVP_PKEY *pkey = NULL; ssl_generate_param_group() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Dvport.c581 u16 *pkey) in mlx5_query_hca_vport_pkey()
605 out_sz += nout * MLX5_ST_SZ_BYTES(pkey); in mlx5_query_hca_vport_pkey()
633 pkarr = MLX5_ADDR_OF(query_hca_vport_pkey_out, out, pkey); in mlx5_query_hca_vport_pkey()
634 for (i = 0; i < nout; i++, pkey++, pkarr += MLX5_ST_SZ_BYTES(pkey)) in mlx5_query_hca_vport_pkey()
635 *pkey = MLX5_GET_PR(pkey, pkarr, pkey); in mlx5_query_hca_vport_pkey()
579 mlx5_query_hca_vport_pkey(struct mlx5_core_dev *dev, u8 other_vport, u8 port_num, u16 vf_num, u16 pkey_index, u16 *pkey) mlx5_query_hca_vport_pkey() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Dvport.c585 u16 *pkey) in mlx5_query_hca_vport_pkey()
609 out_sz += nout * MLX5_ST_SZ_BYTES(pkey); in mlx5_query_hca_vport_pkey()
637 pkarr = MLX5_ADDR_OF(query_hca_vport_pkey_out, out, pkey); in mlx5_query_hca_vport_pkey()
638 for (i = 0; i < nout; i++, pkey++, pkarr += MLX5_ST_SZ_BYTES(pkey)) in mlx5_query_hca_vport_pkey()
639 *pkey = MLX5_GET_PR(pkey, pkarr, pkey); in mlx5_query_hca_vport_pkey()
583 mlx5_query_hca_vport_pkey(struct mlx5_core_dev *dev, u8 other_vport, u8 port_num, u16 vf_num, u16 pkey_index, u16 *pkey) mlx5_query_hca_vport_pkey() argument
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_set.c92 int X509_set_pubkey(X509 *x, EVP_PKEY *pkey) in X509_set_pubkey() argument
96 return X509_PUBKEY_set(&(x->cert_info.key), pkey); in X509_set_pubkey()
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_local.h150 /* Macros to test if a pkey or ctx is for a PSS key */
151 #define pkey_is_pss(pkey) (pkey->ameth->pkey_id == EVP_PKEY_RSA_PSS)
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_rsa.c247 EVP_PKEY *pkey = EVP_PKEY_CTX_get0_pkey(pkctx); in rsa_cms_verify() local
254 if (EVP_PKEY_is_a(pkey, "RSA-PSS")) { in rsa_cms_verify()
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dd2i_pr.c32 EVP_PKEY *pkey = NULL, *bak_a = NULL; in d2i_PrivateKey_decoder() local
33 EVP_PKEY **ppkey = &pkey; in d2i_PrivateKey_decoder()
/third_party/openssl/crypto/cms/
H A Dcms_rsa.c231 EVP_PKEY *pkey = EVP_PKEY_CTX_get0_pkey(pkctx); in rsa_cms_verify() local
238 if (EVP_PKEY_is_a(pkey, "RSA-PSS")) { in rsa_cms_verify()
/third_party/openssl/ohos_lite/include/crypto/
H A Dx509.h265 ASN1_OCTET_STRING *pkey; member
281 EVP_PKEY *pkey; member
/third_party/openssl/crypto/rsa/
H A Drsa_local.h150 /* Macros to test if a pkey or ctx is for a PSS key */
151 #define pkey_is_pss(pkey) (pkey->ameth->pkey_id == EVP_PKEY_RSA_PSS)
/third_party/openssl/crypto/x509/
H A Dx509_set.c92 int X509_set_pubkey(X509 *x, EVP_PKEY *pkey) in X509_set_pubkey() argument
96 return X509_PUBKEY_set(&(x->cert_info.key), pkey); in X509_set_pubkey()
/third_party/openssl/crypto/asn1/
H A Dd2i_pr.c32 EVP_PKEY *pkey = NULL, *bak_a = NULL; in d2i_PrivateKey_decoder() local
33 EVP_PKEY **ppkey = &pkey; in d2i_PrivateKey_decoder()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Decdsa.rs12 use crate::pkey::{HasPrivate, HasPublic};
154 use crate::pkey::{Private, Public};
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dpem.rs49 pkey: #[const_ptr_if(ossl300)] EVP_PKEY, in PEM_write_bio_PrivateKey()
59 pkey: #[const_ptr_if(ossl300)] EVP_PKEY, in PEM_write_bio_PKCS8PrivateKey()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
H A Dieee802_1x_kay.h104 struct data_key *pkey; member
131 struct data_key *pkey; member

Completed in 26 milliseconds

1...<<21222324252627282930>>...54