Searched refs:pkey (Results 1 - 25 of 205) sorted by path

123456789

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Ddst_internal.h114 EVP_PKEY *pkey; member in union:dst_key::__anon134
H A Dopenssldsa_link.c141 EVP_PKEY *pkey; local
155 pkey = EVP_PKEY_new();
156 if (pkey == NULL)
158 if (!EVP_PKEY_set1_DSA(pkey, dsa)) {
159 EVP_PKEY_free(pkey);
162 sigbuf = malloc(EVP_PKEY_size(pkey));
164 EVP_PKEY_free(pkey);
167 if (!EVP_SignFinal(evp_md_ctx, sigbuf, &siglen, pkey)) {
168 EVP_PKEY_free(pkey);
174 INSIST(EVP_PKEY_size(pkey) >
[all...]
H A Dopensslecdsa_link.c129 EVP_PKEY *pkey = key->keydata.pkey; local
130 EC_KEY *eckey = EVP_PKEY_get1_EC_KEY(pkey);
181 EVP_PKEY *pkey = key->keydata.pkey; local
182 EC_KEY *eckey = EVP_PKEY_get1_EC_KEY(pkey);
244 EVP_PKEY *pkey1 = key1->keydata.pkey;
245 EVP_PKEY *pkey2 = key2->keydata.pkey;
287 EVP_PKEY *pkey; local
310 pkey
329 EVP_PKEY *pkey = key->keydata.pkey; local
340 EVP_PKEY *pkey = key->keydata.pkey; local
349 EVP_PKEY *pkey; local
385 EVP_PKEY *pkey; local
445 EVP_PKEY *pkey; local
490 EVP_PKEY *pkey; local
520 EVP_PKEY *pkey, *pubpkey; local
[all...]
H A Dopensslgost_link.c101 EVP_PKEY *pkey = key->keydata.pkey; local
105 if (r.length < (unsigned int) EVP_PKEY_size(pkey))
108 if (!EVP_SignFinal(evp_md_ctx, r.base, &siglen, pkey))
121 EVP_PKEY *pkey = key->keydata.pkey; local
123 status = EVP_VerifyFinal(evp_md_ctx, sig->base, sig->length, pkey);
140 pkey1 = key1->keydata.pkey;
141 pkey2 = key2->keydata.pkey;
176 EVP_PKEY *pkey local
212 EVP_PKEY *pkey = key->keydata.pkey; local
223 EVP_PKEY *pkey = key->keydata.pkey; local
239 EVP_PKEY *pkey; local
265 EVP_PKEY *pkey = NULL; local
290 EVP_PKEY *pkey; local
335 EVP_PKEY *pkey = NULL; local
[all...]
H A Dopensslrsa_link.c380 EVP_PKEY *pkey = key->keydata.pkey; local
403 if (r.length < (unsigned int) EVP_PKEY_size(pkey))
406 if (!EVP_SignFinal(evp_md_ctx, r.base, &siglen, pkey)) {
518 EVP_PKEY *pkey = key->keydata.pkey; local
540 rsa = EVP_PKEY_get1_RSA(pkey);
548 status = EVP_VerifyFinal(evp_md_ctx, sig->base, sig->length, pkey);
689 pkey1 = key1->keydata.pkey;
690 pkey2 = key2->keydata.pkey;
775 EVP_PKEY *pkey = EVP_PKEY_new(); local
890 EVP_PKEY *pkey = key->keydata.pkey; local
909 EVP_PKEY *pkey; local
970 EVP_PKEY *pkey; local
1198 EVP_PKEY *pkey = NULL; local
1378 EVP_PKEY *pkey = NULL; local
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dresbin.c904 const char *key, unichar **pkey,
924 *pkey = get_unicode (wrbfd, data, length, &sublen);
903 get_version_header(windres_bfd *wrbfd, const bfd_byte *data, rc_uint_type length, const char *key, unichar **pkey, rc_uint_type *len, rc_uint_type *vallen, rc_uint_type *type, rc_uint_type *off) argument
/freebsd-9.3-release/contrib/ntp/include/
H A Dlibssl_compat.h42 extern int sslshim_EVP_PKEY_id(const EVP_PKEY * pkey);
43 extern int sslshim_EVP_PKEY_base_id(const EVP_PKEY * pkey);
44 extern RSA* sslshim_EVP_PKEY_get0_RSA(EVP_PKEY * pkey);
45 extern DSA* sslshim_EVP_PKEY_get0_DSA(EVP_PKEY * pkey);
H A Dntp.h312 EVP_PKEY *pkey; /* public key */ member in struct:peer
H A Dntp_crypto.h158 EVP_PKEY *pkey; /* generic key */ member in struct:cert_info
176 EVP_PKEY *pkey; /* generic key */ member in struct:pkey_info
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dlibssl_compat.c90 const EVP_PKEY *pkey
93 return (pkey) ? pkey->type : EVP_PKEY_NONE;
98 const EVP_PKEY *pkey
101 return (pkey) ? EVP_PKEY_type(pkey->type) : EVP_PKEY_NONE;
106 EVP_PKEY * pkey
109 return (pkey) ? pkey->pkey
[all...]
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_crypto.c675 if (peer->pkey == NULL) {
679 peer->pkey = X509_get_pubkey(cert);
1427 EVP_PKEY *pkey; /* server public key */ local
1526 pkey = sign_pkey;
1528 pkey = peer->pkey;
1529 if (siglen == 0 || pkey == NULL || peer->digest == NULL)
1532 if (siglen != (u_int)EVP_PKEY_size(pkey))
1545 pkey) <= 0) {
1574 EVP_PKEY *pkey; /* publi local
3142 EVP_PKEY *pkey; /* public key */ local
3656 EVP_PKEY *pkey = NULL; /* public/private key */ local
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/
H A Dnetworking.h70 EVP_PKEY *pkey; /* public key */ member in struct:speer
/freebsd-9.3-release/contrib/ntp/util/
H A Dntp-keygen.c314 EVP_PKEY *pkey = NULL; /* temp key */ local
655 pkey = EVP_PKEY_new();
656 EVP_PKEY_assign_RSA(pkey, rsa);
657 PEM_write_PKCS8PrivateKey(stdout, pkey, NULL, NULL, 0,
677 pkey = EVP_PKEY_new();
678 EVP_PKEY_assign_RSA(pkey, rsa);
679 PEM_write_PKCS8PrivateKey(stdout, pkey, cipher, NULL, 0,
721 pkey = EVP_PKEY_new();
722 EVP_PKEY_assign_DSA(pkey, dsa);
723 PEM_write_PKCS8PrivateKey(stdout, pkey, NUL
904 EVP_PKEY *pkey = NULL; /* public/private key */ local
982 EVP_PKEY *pkey; /* private key */ local
1035 EVP_PKEY *pkey; /* private key */ local
1134 EVP_PKEY *pkey; /* private key */ local
1313 EVP_PKEY *pkey; /* private key */ local
1529 EVP_PKEY *pkey, *pkey1; /* private keys */ local
1942 x509( EVP_PKEY *pkey, const EVP_MD *md, char *gqpub, const char *exten, char *name ) argument
[all...]
/freebsd-9.3-release/contrib/ofed/libibcm/include/infiniband/
H A Dcm.h209 uint16_t pkey; member in struct:ib_cm_sidr_req_event_param
H A Dcm_abi.h216 __u16 pkey; member in struct:cm_abi_sidr_req
300 __u16 pkey; member in struct:cm_abi_sidr_req_event_resp
/freebsd-9.3-release/contrib/ofed/libibcm/src/
H A Dcm.c715 cmd->pkey = param->path->pkey;
961 evt->param.sidr_req_rcvd.pkey = resp->u.sidr_req_resp.pkey;
/freebsd-9.3-release/contrib/ofed/libibverbs/include/infiniband/
H A Ddriver.h73 int index, uint16_t *pkey);
H A Dsa-kern-abi.h52 __u16 pkey; member in struct:ibv_kern_path_rec
H A Dsa.h53 uint16_t pkey; member in struct:ibv_sa_path_rec
73 uint16_t pkey; member in struct:ibv_sa_mcmember_rec
89 uint16_t pkey; member in struct:ibv_sa_service_rec
111 uint16_t pkey; member in struct:ibv_path_record
H A Dverbs.h850 int index, uint16_t *pkey);
/freebsd-9.3-release/contrib/ofed/libibverbs/src/
H A Dcompat-1_0.c557 int index, uint16_t *pkey)
559 return ibv_query_pkey(context->real_context, port_num, index, pkey);
556 __ibv_query_pkey_1_0(struct ibv_context_1_0 *context, uint8_t port_num, int index, uint16_t *pkey) argument
H A Dmarshall.c108 dst->pkey = src->pkey;
133 dst->pkey = src->pkey;
H A Dverbs.c119 int index, uint16_t *pkey)
134 *pkey = htons(val);
118 __ibv_query_pkey(struct ibv_context *context, uint8_t port_num, int index, uint16_t *pkey) argument
/freebsd-9.3-release/contrib/ofed/librdmacm/include/rdma/
H A Drdma_cma.h84 uint16_t pkey; member in struct:ib_addr
/freebsd-9.3-release/contrib/ofed/librdmacm/src/
H A Dcma.c510 id->route.addr.addr.ibaddr.pkey = resp->ib_route[0].pkey;
691 uint16_t pkey, uint16_t *pkey_index)
698 if (!ret && pkey == chk_pkey) {
712 id_priv->id.route.addr.addr.ibaddr.pkey,
747 id_priv->id.route.addr.addr.ibaddr.pkey,
690 ucma_find_pkey(struct cma_device *cma_dev, uint8_t port_num, uint16_t pkey, uint16_t *pkey_index) argument

Completed in 379 milliseconds

123456789