/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/ |
H A D | ib_verbs.h | 158 u16 index, u16 *pkey);
|
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | zcrypt_ccamisc.h | 7 * Collection of CCA misc functions used by zcrypt and pkey 14 #include <asm/pkey.h>
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | ib_pack.h | 192 __be16 pkey; member
|
/kernel/linux/linux-5.10/include/uapi/rdma/ |
H A D | rdma_user_cm.h | 175 __u16 pkey; member
|
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | zcrypt_ccamisc.h | 7 * Collection of CCA misc functions used by zcrypt and pkey 14 #include <asm/pkey.h>
|
/kernel/linux/linux-6.6/include/uapi/rdma/ |
H A D | rdma_user_cm.h | 175 __u16 pkey; member
|
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/sec/ |
H A D | sec_drv.h | 234 * @pkey: DMA address for the key storage. 237 * @lock: Protect key and pkey to ensure they are consistent 245 dma_addr_t pkey; member
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/ |
H A D | ib_verbs.h | 179 u16 index, u16 *pkey);
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/opa_vnic/ |
H A D | opa_vnic_encap.h | 124 * @pkey: partition key 141 __be16 pkey; member
|
H A D | opa_vnic_internal.h | 86 u16 pkey; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/rdma/ |
H A D | rdma_user_cm.h | 137 __u16 pkey; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/rdma/ |
H A D | ib_user_cm.h | 223 __u16 pkey; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/rdma/ |
H A D | rdma_user_cm.h | 137 __u16 pkey; member
|
/third_party/node/deps/openssl/openssl/crypto/pem/ |
H A D | pem_all.c | 226 IMPLEMENT_PEM_provided_write(PUBKEY, EVP_PKEY, pkey, PEM_STRING_PUBLIC, PUBKEY)
|
/third_party/openssl/crypto/pem/ |
H A D | pem_all.c | 226 IMPLEMENT_PEM_provided_write(PUBKEY, EVP_PKEY, pkey, PEM_STRING_PUBLIC, PUBKEY)
|
/third_party/rust/crates/rust-openssl/openssl/examples/ |
H A D | mk_certs.rs | 10 use openssl::pkey::{PKey, PKeyRef, Private};
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A D | mad.c | 454 u16 *pkey) in mlx5_query_mad_ifc_pkey() 474 *pkey = be16_to_cpu(((__be16 *)out_mad->data)[index % 32]); in mlx5_query_mad_ifc_pkey() 453 mlx5_query_mad_ifc_pkey(struct ib_device *ibdev, u8 port, u16 index, u16 *pkey) mlx5_query_mad_ifc_pkey() argument
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | mad.c | 475 u16 *pkey) in mlx5_query_mad_ifc_pkey() 495 *pkey = be16_to_cpu(((__be16 *)out_mad->data)[index % 32]); in mlx5_query_mad_ifc_pkey() 474 mlx5_query_mad_ifc_pkey(struct ib_device *ibdev, u32 port, u16 index, u16 *pkey) mlx5_query_mad_ifc_pkey() argument
|
/third_party/openssl/test/ |
H A D | cmp_protect_test.c | 102 EVP_PKEY *pkey, EVP_MD *digest) in verify_signature() 116 && TEST_true(EVP_DigestVerifyInit(ctx, NULL, digest, NULL, pkey)) in verify_signature() 100 verify_signature(OSSL_CMP_MSG *msg, ASN1_BIT_STRING *protection, EVP_PKEY *pkey, EVP_MD *digest) verify_signature() argument
|
/third_party/curl/lib/vtls/ |
H A D | openssl.c | 534 rsa = pubkey->pkey.rsa; in Curl_ossl_certchain() 569 dsa = pubkey->pkey.dsa; in Curl_ossl_certchain() 607 dh = pubkey->pkey.dh; in Curl_ossl_certchain() 1172 EVP_PKEY *pkey = NULL; in SSL_CTX_use_PrivateKey_blob() local 1178 pkey = PEM_read_bio_PrivateKey(in, NULL, passwd_callback, in SSL_CTX_use_PrivateKey_blob() 1181 pkey = d2i_PrivateKey_bio(in, NULL); in SSL_CTX_use_PrivateKey_blob() 1186 if(!pkey) { in SSL_CTX_use_PrivateKey_blob() 1190 ret = SSL_CTX_use_PrivateKey(ctx, pkey); in SSL_CTX_use_PrivateKey_blob() 1191 EVP_PKEY_free(pkey); in SSL_CTX_use_PrivateKey_blob()
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | ucma.c | 765 resp->ib_route[0].pkey = cpu_to_be16(ib_addr_get_pkey(dev_addr)); in ucma_copy_ib_route() 791 resp->ib_route[0].pkey = cpu_to_be16(0xffff); in ucma_copy_iboe_route() 879 resp->pkey = (__force __u16) cpu_to_be16( in ucma_query_device_addr() 970 addr->sib_pkey = (__force __be16) resp.pkey; in ucma_query_gid() 983 addr->sib_pkey = (__force __be16) resp.pkey; in ucma_query_gid()
|
H A D | sa_query.c | 245 { PATH_REC_FIELD(pkey), 347 { OPA_PATH_REC_FIELD(pkey), 455 { MCMEMBER_REC_FIELD(pkey), 519 { SERVICE_REC_FIELD(pkey), 792 val16 = be16_to_cpu(sa_rec->pkey); in ib_nl_set_path_rec_attrs()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | ucma.c | 765 resp->ib_route[0].pkey = cpu_to_be16(ib_addr_get_pkey(dev_addr)); in ucma_copy_ib_route() 791 resp->ib_route[0].pkey = cpu_to_be16(0xffff); in ucma_copy_iboe_route() 879 resp->pkey = (__force __u16) cpu_to_be16( in ucma_query_device_addr() 970 addr->sib_pkey = (__force __be16) resp.pkey; in ucma_query_gid() 983 addr->sib_pkey = (__force __be16) resp.pkey; in ucma_query_gid()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_local.h | 822 int ssl_get_EC_curve_nid(const EVP_PKEY *pkey); 823 __owur int tls13_set_encoded_pub_key(EVP_PKEY *pkey, 934 int (*client_cert_cb) (SSL *ssl, X509 **x509, EVP_PKEY **pkey); 1340 EVP_PKEY *pkey; /* holds short lived key exchange key */ member 2771 __owur int tls1_set_peer_legacy_sigalg(SSL *s, const EVP_PKEY *pkey); 2776 __owur int tls12_check_peer_sigalg(SSL *s, uint16_t, EVP_PKEY *pkey);
|
/third_party/openssl/ssl/ |
H A D | ssl_local.h | 813 int ssl_get_EC_curve_nid(const EVP_PKEY *pkey); 814 __owur int tls13_set_encoded_pub_key(EVP_PKEY *pkey, 925 int (*client_cert_cb) (SSL *ssl, X509 **x509, EVP_PKEY **pkey); 1316 EVP_PKEY *pkey; /* holds short lived key exchange key */ member 2715 __owur int tls1_set_peer_legacy_sigalg(SSL *s, const EVP_PKEY *pkey); 2720 __owur int tls12_check_peer_sigalg(SSL *s, uint16_t, EVP_PKEY *pkey);
|