Searched defs:pkey (Results 1 - 2 of 2) sorted by relevance

/solaris-userland/components/open-fabrics/libibverbs/
H A Dsolaris_compatibility.c677 * pkey pointer is passed for "pkey_table", the memory will be allocated
678 * and the ports pkey table returned as well. The caller must free this
1455 int index, uint16_t *pkey)
1463 if (!context || !pkey || (index < 0) ||
1505 memcpy(pkey, uverbs_pkeyp->uverbs_pkey, sizeof (uint16_t) * count);
1454 sol_ibv_query_pkey(struct ibv_context *context, uint8_t port_num, int index, uint16_t *pkey) argument
/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11_pub.c185 CK_ATTRIBUTE_PTR ptempl, CK_ULONG nattr, CK_OBJECT_HANDLE_PTR pkey);
1205 EVP_PKEY *pkey = NULL; local
1222 pkey = PEM_read_PrivateKey(fd, NULL, NULL, NULL);
1224 pkey = PEM_read_PUBKEY(fd, NULL, NULL, NULL);
1227 if (pkey == NULL) {
1230 rsa = EVP_PKEY_get1_RSA(pkey);
1252 return (pkey);
1258 if (pkey != NULL) {
1259 EVP_PKEY_free(pkey);
1274 EVP_PKEY *pkey local
1439 EVP_PKEY *pkey; local
2999 find_one_object(PK11_OPTYPE op, CK_SESSION_HANDLE s, CK_ATTRIBUTE_PTR ptempl, CK_ULONG nattr, CK_OBJECT_HANDLE_PTR pkey) argument
[all...]

Completed in 1617 milliseconds