/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
H A D | tlsv1_cred.c | 271 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()
|
/third_party/mbedtls/programs/ssl/ |
H A D | ssl_client2.c | 838 mbedtls_pk_context pkey; in main() local 891 mbedtls_pk_init(&pkey); in main() 1750 ret = mbedtls_pk_parse_keyfile(&pkey, opt.key_file, opt.key_pwd, rng_get, &rng); in main() 1753 { ret = mbedtls_pk_parse_key(&pkey, in main() 1771 mbedtls_pk_get_type(&pkey)) == 0) { in main() 1772 ret = pk_wrap_as_opaque(&pkey, psa_alg, psa_alg2, usage, &key_slot); in main() 1785 mbedtls_pk_get_name(&pkey) : "none"); in main() 1962 if ((ret = mbedtls_ssl_conf_own_cert(&conf, &clicert, &pkey)) != 0) { in main() 3134 mbedtls_pk_free(&pkey); in main()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_openssl.c | 197 u8 pkey[8], next, tmp; in des_encrypt() local 205 pkey[i] = (tmp >> i) | next | 1; in des_encrypt() 208 pkey[i] = next | 1; in des_encrypt() 210 DES_set_key((DES_cblock *) &pkey, &ks); in des_encrypt() 1966 EVP_PKEY *pkey; member 2009 if (EVP_PKEY_keygen(kctx, &ecdh->pkey) != 1) { in crypto_ecdh_init() 2037 eckey = EVP_PKEY_get1_EC_KEY(ecdh->pkey); in crypto_ecdh_get_pubkey() 2143 ctx = EVP_PKEY_CTX_new(ecdh->pkey, NULL); in crypto_ecdh_set_peerkey() 2187 EVP_PKEY_free(ecdh->pkey); in crypto_ecdh_deinit()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | ipoib.h | 107 u16 pkey; member
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/ocrdma/ |
H A D | ocrdma_verbs.h | 62 int ocrdma_query_pkey(struct ib_device *, u8 port, u16 index, u16 *pkey);
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/qedr/ |
H A D | verbs.h | 42 int qedr_query_pkey(struct ib_device *, u8 port, u16 index, u16 *pkey);
|
/kernel/linux/linux-5.10/security/selinux/include/ |
H A D | objsec.h | 139 u16 pkey; /* PKey number */ member 140 u32 sid; /* SID of pkey */
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | ipoib.h | 129 u16 pkey; member
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qedr/ |
H A D | verbs.h | 43 int qedr_query_pkey(struct ib_device *ibdev, u32 port, u16 index, u16 *pkey);
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/ocrdma/ |
H A D | ocrdma_verbs.h | 62 int ocrdma_query_pkey(struct ib_device *ibdev, u32 port, u16 index, u16 *pkey);
|
/kernel/linux/linux-6.6/security/selinux/include/ |
H A D | objsec.h | 138 u16 pkey; /* PKey number */ member 139 u32 sid; /* SID of pkey */
|
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | zcrypt_ep11misc.h | 6 * Collection of EP11 misc functions used by zcrypt and pkey 13 #include <asm/pkey.h> 23 * Should match to the enum pkey_key_type in pkey.h.
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | decoder.h | 124 OSSL_DECODER_CTX_new_for_pkey(EVP_PKEY **pkey,
|
H A D | encoder.h | 115 OSSL_ENCODER_CTX *OSSL_ENCODER_CTX_new_for_pkey(const EVP_PKEY *pkey,
|
/third_party/node/deps/openssl/openssl/crypto/ct/ |
H A D | ct_local.h | 88 EVP_PKEY *pkey; member
|
/third_party/openssl/include/openssl/ |
H A D | decoder.h | 124 OSSL_DECODER_CTX_new_for_pkey(EVP_PKEY **pkey,
|
H A D | encoder.h | 115 OSSL_ENCODER_CTX *OSSL_ENCODER_CTX_new_for_pkey(const EVP_PKEY *pkey,
|
/third_party/openssl/crypto/ct/ |
H A D | ct_local.h | 88 EVP_PKEY *pkey; member
|
/third_party/selinux/libsepol/include/sepol/policydb/ |
H A D | services.h | 195 * `subnet prefix', and `pkey'. 198 uint16_t pkey,
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | multicast.c | 302 if (comp_mask & IB_SA_MCMEMBER_REC_PKEY && src->pkey != dst->pkey) in cmp_rec() 394 be16_to_cpu(group->rec.pkey), &pkey_index); in process_group_error() 523 group->port->port_num, be16_to_cpu(rec->pkey), in join_handler()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | multicast.c | 302 if (comp_mask & IB_SA_MCMEMBER_REC_PKEY && src->pkey != dst->pkey) in cmp_rec() 394 be16_to_cpu(group->rec.pkey), &pkey_index); in process_group_error() 523 group->port->port_num, be16_to_cpu(rec->pkey), in join_handler()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | testdsa.h | 218 EVP_PKEY *pkey = NULL; in get_dsa() local 266 || EVP_PKEY_fromdata(pctx, &pkey, EVP_PKEY_KEYPAIR, in get_dsa() 268 pkey = NULL; in get_dsa() 278 return pkey; in get_dsa()
|
/third_party/openssl/apps/ |
H A D | testdsa.h | 218 EVP_PKEY *pkey = NULL; in get_dsa() local 266 || EVP_PKEY_fromdata(pctx, &pkey, EVP_PKEY_KEYPAIR, in get_dsa() 268 pkey = NULL; in get_dsa() 278 return pkey; in get_dsa()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
H A D | qib_ud.c | 393 static unsigned qib_lookup_pkey(struct qib_ibport *ibp, u16 pkey) in qib_lookup_pkey() argument 400 pkey &= 0x7fff; /* remove limited/full membership bit */ in qib_lookup_pkey() 403 if ((dd->rcd[ctxt]->pkeys[i] & 0x7fff) == pkey) in qib_lookup_pkey()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/vmw_pvrdma/ |
H A D | pvrdma_verbs.c | 204 * @pkey: the device P_Key value 209 u16 *pkey) in pvrdma_query_pkey() 225 "could not query pkey, error: %d\n", err); in pvrdma_query_pkey() 229 *pkey = rsp.query_pkey_resp.pkey; in pvrdma_query_pkey() 208 pvrdma_query_pkey(struct ib_device *ibdev, u8 port, u16 index, u16 *pkey) pvrdma_query_pkey() argument
|