Home
last modified time | relevance | path

Searched refs:private (Results 1 – 25 of 603) sorted by relevance

12345678910>>...25

/onnv-gate/usr/src/uts/common/rpc/
H A Dxdrrdma_sizeof.c33 struct private { struct
55 struct private *xdrp = (struct private *)xdrs->x_private; in x_putbytes() argument
95 struct private *xdrp = (struct private *)xdrs->x_private; in x_control()
152 struct private *xdrp = (struct private *)xdrs->x_private; in x_inline()
191 struct private *xdrp = (struct private *)xdrs->x_private; in x_destroy()
197 mem_free(xdrp, sizeof (struct private)); in x_destroy()
206 struct private *xdrp; in xdrrdma_common()
212 xdrs->x_private = kmem_zalloc(sizeof (struct private), KM_SLEEP); in xdrrdma_common()
213 xdrp = (struct private *)xdrs->x_private; in xdrrdma_common()
232 struct private *xdrp; in xdrrdma_sizeof()
[all …]
/onnv-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_netbios_pxy.c55 int ippr_netbios_init(private, ifs) in ippr_netbios_init() argument
56 void **private; in ippr_netbios_init()
71 *private = (void *)ifsnetbios;
78 void ippr_netbios_fini(private, ifs) in ippr_netbios_fini() argument
79 void **private; in ippr_netbios_fini()
82 ifs_netbiospxy_t *ifsnetbios = *((ifs_netbiospxy_t **)private);
90 *private = NULL;
95 int ippr_netbios_out(fin, aps, nat, private) in ippr_netbios_out() argument
99 void *private;
H A Dip_h323_pxy.c91 int ippr_h323_init(private, ifs) in ippr_h323_init() argument
92 void **private; in ippr_h323_init()
106 *private = (void *)ifsh323;
113 void ippr_h323_fini(private, ifs) in ippr_h323_fini() argument
114 void **private; in ippr_h323_fini()
117 ifs_h323pxy_t *ifsh323 = *((ifs_h323pxy_t **)private);
125 *private = NULL;
129 int ippr_h323_new(fin, aps, nat, private) in ippr_h323_new() argument
133 void *private;
145 void ippr_h323_del(aps, private, ifs) in ippr_h323_del() argument
[all …]
H A Dip_rcmd_pxy.c34 int ippr_rcmd_init(private, ifs) in ippr_rcmd_init() argument
35 void **private; in ippr_rcmd_init()
50 *private = (void *)ifsrcmd;
57 void ippr_rcmd_fini(private, ifs) in ippr_rcmd_fini() argument
58 void **private; in ippr_rcmd_fini()
61 ifs_rcmdpxy_t *ifsrcmd = *((ifs_rcmdpxy_t **)private);
69 *private = NULL;
77 int ippr_rcmd_new(fin, aps, nat, private) in ippr_rcmd_new() argument
81 void *private;
237 int ippr_rcmd_out(fin, aps, nat, private) in ippr_rcmd_out() argument
[all …]
H A Dip_ipsec_pxy.c36 int ippr_ipsec_init(private, ifs) in ippr_ipsec_init() argument
37 void **private; in ippr_ipsec_init()
75 *private = (void *)ifsipsec;
81 void ippr_ipsec_fini(private, ifs) in ippr_ipsec_fini() argument
82 void **private; in ippr_ipsec_fini()
85 ifs_ipsecpxy_t *ifsipsec = *((ifs_ipsecpxy_t **)private);
104 *private = NULL;
111 int ippr_ipsec_new(fin, aps, nat, private) in ippr_ipsec_new() argument
115 void *private;
125 ifs_ipsecpxy_t *ifsipsec = (ifs_ipsecpxy_t *)private;
[all …]
H A Dip_raudio_pxy.c29 int ippr_raudio_init(private, ifs) in ippr_raudio_init() argument
30 void **private; in ippr_raudio_init()
45 *private = (void *)ifsraudio;
52 void ippr_raudio_fini(private, ifs) in ippr_raudio_fini() argument
53 void **private; in ippr_raudio_fini()
56 ifs_raudiopxy_t *ifsraudio = *((ifs_raudiopxy_t **)private);
64 *private = NULL;
72 int ippr_raudio_new(fin, aps, nat, private) in ippr_raudio_new() argument
76 void *private;
96 int ippr_raudio_out(fin, aps, nat, private) in ippr_raudio_out() argument
[all …]
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DEvent.h88 private:
98 private:
109 private:
121 private:
146 private:
171 private:
192 private:
203 private:
216 private:
227 private:
[all …]
H A DContentToken.h52 private:
110 private:
134 private:
148 private:
163 private:
174 private:
189 private:
241 private:
266 private:
275 private:
[all …]
/onnv-gate/usr/src/tools/ctf/cvt/
H A Dtraverse.c47 tdtrav_cb_f *preops, tdtrav_cb_f *postops, void *private) in tdtrav_init() argument
53 tdtd->private = private; in tdtrav_init()
109 tdtrav_assert(tdesc_t *node, tdesc_t **nodep, void *private) in tdtrav_assert() argument
159 if ((rc = travcb(this, thisp, tdtd->private)) < 0) in tdtraverse()
170 if ((rc = travcb(this, thisp, tdtd->private)) < 0) in tdtraverse()
182 (rc = travcb(this, thisp, tdtd->private)) < 0) in tdtraverse()
208 tdtrav_cb_f *postops, void *private) in iitraverse() argument
212 tdtrav_init(&tdtd, vgenp, firstops, preops, postops, private); in iitraverse()
219 tdtrav_cb_f *preops, tdtrav_cb_f *postops, void *private) in iitraverse_hash() argument
223 tdtrav_init(&tdtd, vgenp, firstops, preops, postops, private); in iitraverse_hash()
H A Dhash.c114 hash_add_cb(void *node, void *private) in hash_add_cb() argument
116 hash_add((hash_t *)private, node); in hash_add_cb()
143 void *private) in hash_match() argument
147 return (list_iter(hash->h_buckets[bucket], fun, private) < 0); in hash_match()
167 void *private) in hash_find_iter() argument
175 hd.hd_private = private; in hash_find_iter()
211 hash_iter(hash_t *hash, int (*fun)(void *, void *), void *private) in hash_iter() argument
220 private)) < 0) in hash_iter()
241 hash_free(hash_t *hash, void (*datafree)(void *, void *), void *private) in hash_free() argument
249 list_free(hash->h_buckets[i], datafree, private); in hash_free()
/onnv-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_defer.c56 void *private; /* Private data for defer routine */ member
72 tnode_t *t_node, pi_deferenum_fn_t func, void *private) in pi_defer_add() argument
100 dnp->private = private; in pi_defer_add()
125 void *private; in pi_defer_exec() local
142 private = dp->private; in pi_defer_exec()
180 t_node, private); in pi_defer_exec()
227 pi_deferlist_compare(const void *l_arg, const void *r_arg, void *private) in pi_deferlist_compare() argument
/onnv-gate/usr/src/common/openssl/doc/apps/
H A Dpkcs8.pod5 pkcs8 - PKCS#8 format private key conversion tool
28 The B<pkcs8> command processes private keys in PKCS#8 format. It can handle
38 Normally a PKCS#8 private key is expected on input and a traditional format
39 private key will be written. With the B<-topk8> option the situation is
40 reversed: it reads a traditional format private key and writes a PKCS#8
48 private key is used.
83 This option does not encrypt private keys at all and should only be used
85 code signing software used unencrypted private keys.
89 This option generates RSA private keys in a broken format that some software
90 uses. Specifically the private key should be enclosed in a OCTET STRING
[all …]
H A Ddsa.pod30 traditional SSLeay compatible format for private key encryption: newer
39 This specifies the input format. The B<DER> option with a private key uses
41 version (currently zero), p, q, g, the public and private key components
46 encoded with additional header and footer lines. In the case of a private key
79 These options encrypt the private key with the DES, triple DES, or the
89 prints out the public, private key components and parameters.
101 by default a private key is read from the input file: with this option a
106 by default a private key is output. With this option a public
121 The PEM private key format uses the header and footer lines:
133 To remove the pass phrase on a DSA private key:
[all …]
/onnv-gate/usr/src/lib/libresolv2/common/irs/
H A Dgen_pr.c69 struct gen_p *accpvt = (struct gen_p *)this->private; in irs_gen_pr()
86 pr->private = pvt; in irs_gen_pr()
102 struct pvt *pvt = (struct pvt *)this->private; in pr_close()
110 struct pvt *pvt = (struct pvt *)this->private; in pr_next()
132 struct pvt *pvt = (struct pvt *)this->private; in pr_byname()
149 struct pvt *pvt = (struct pvt *)this->private; in pr_bynumber()
166 struct pvt *pvt = (struct pvt *)this->private; in pr_rewind()
178 struct pvt *pvt = (struct pvt *)this->private; in pr_minimize()
190 struct pvt *pvt = (struct pvt *)this->private; in pr_res_get()
209 struct pvt *pvt = (struct pvt *)this->private; in pr_res_set()
H A Dgen_sv.c70 struct gen_p *accpvt = (struct gen_p *)this->private; in irs_gen_sv()
87 sv->private = pvt; in irs_gen_sv()
103 struct pvt *pvt = (struct pvt *)this->private; in sv_close()
111 struct pvt *pvt = (struct pvt *)this->private; in sv_next()
133 struct pvt *pvt = (struct pvt *)this->private; in sv_byname()
150 struct pvt *pvt = (struct pvt *)this->private; in sv_byport()
167 struct pvt *pvt = (struct pvt *)this->private; in sv_rewind()
179 struct pvt *pvt = (struct pvt *)this->private; in sv_minimize()
191 struct pvt *pvt = (struct pvt *)this->private; in sv_res_get()
210 struct pvt *pvt = (struct pvt *)this->private; in sv_res_set()
H A Dgen_nw.c72 struct gen_p *accpvt = (struct gen_p *)this->private; in irs_gen_nw()
89 nw->private = pvt; in irs_gen_nw()
105 struct pvt *pvt = (struct pvt *)this->private; in nw_close()
118 struct pvt *pvt = (struct pvt *)this->private; in nw_next()
143 struct pvt *pvt = (struct pvt *)this->private; in nw_byname()
166 struct pvt *pvt = (struct pvt *)this->private; in nw_byaddr()
189 struct pvt *pvt = (struct pvt *)this->private; in nw_rewind()
201 struct pvt *pvt = (struct pvt *)this->private; in nw_minimize()
215 struct pvt *pvt = (struct pvt *)this->private; in nw_res_get()
234 struct pvt *pvt = (struct pvt *)this->private; in nw_res_set()
[all …]
H A Dirp_ng.c87 pvt->girpdata = this->private; in irs_irp_ng()
89 ng->private = pvt; in irs_irp_ng()
109 struct pvt *pvt = (struct pvt *)this->private; in ng_close()
128 struct pvt *pvt = (struct pvt *)this->private; in ng_rewind()
161 struct pvt *pvt = (struct pvt *)this->private; in ng_next()
203 struct pvt *pvt = (struct pvt *)this->private; in ng_test()
242 struct pvt *pvt = (struct pvt *)this->private; in ng_minimize()
H A Dgen_ng.c67 struct gen_p *accpvt = (struct gen_p *)this->private; in irs_gen_ng()
84 ng->private = pvt; in irs_gen_ng()
97 struct pvt *pvt = (struct pvt *)this->private; in ng_close()
110 struct pvt *pvt = (struct pvt *)this->private; in ng_next()
132 struct pvt *pvt = (struct pvt *)this->private; in ng_test()
149 struct pvt *pvt = (struct pvt *)this->private; in ng_rewind()
164 struct pvt *pvt = (struct pvt *)this->private; in ng_minimize()
H A Dgen_ho.c80 struct gen_p *accpvt = (struct gen_p *)this->private; in irs_gen_ho()
97 ho->private = pvt; in irs_gen_ho()
115 struct pvt *pvt = (struct pvt *)this->private; in ho_close()
126 struct pvt *pvt = (struct pvt *)this->private; in ho_byname()
169 struct pvt *pvt = (struct pvt *)this->private; in ho_byname2()
208 struct pvt *pvt = (struct pvt *)this->private; in ho_byaddr()
249 struct pvt *pvt = (struct pvt *)this->private; in ho_next()
271 struct pvt *pvt = (struct pvt *)this->private; in ho_rewind()
283 struct pvt *pvt = (struct pvt *)this->private; in ho_minimize()
297 struct pvt *pvt = (struct pvt *)this->private; in ho_res_get()
[all …]
/onnv-gate/usr/src/tools/ctf/common/
H A Dlist.c73 list_defcmp(void *d1, void *d2, void *private) in list_defcmp() argument
80 void *private) in list_remove() argument
89 if (cmp(le->l_data, data, private) == 0) { in list_remove()
101 list_free(list_t *list, void (*datafree)(void *, void *), void *private) in list_free() argument
109 datafree(le->l_data, private); in list_free()
119 list_iter(list_t *list, int (*func)(void *, void *), void *private) in list_iter() argument
127 if ((cbrc = func(list->l_data, private)) < 0) in list_iter()
138 list_count_cb(void *data, void *private) in list_count_cb() argument
/onnv-gate/usr/src/common/openssl/doc/ssl/
H A DSSL_CTX_use_certificate.pod39 These functions load the certificates and private keys into the SSL_CTX
76 SSL_CTX_use_PrivateKey() adds B<pkey> as private key to B<ctx>.
77 SSL_CTX_use_RSAPrivateKey() adds the private key B<rsa> of type RSA
78 to B<ctx>. SSL_use_PrivateKey() adds B<pkey> as private key to B<ssl>;
79 SSL_use_RSAPrivateKey() adds B<rsa> as private key of type RSA to B<ssl>.
80 If a certificate has already been set and the private does not belong
81 to the certificate an error is returned. To change a certificate, private
83 or SSL_CTX_use_certificate() before setting the private key with
87 SSL_CTX_use_PrivateKey_ASN1() adds the private key of type B<pk>
89 SSL_CTX_use_RSAPrivateKey_ASN1() adds the private key of type RSA
[all …]
/onnv-gate/usr/src/lib/scsi/plugins/smp/usmp/common/
H A Dusmp.c135 usmp_close(void *private) in usmp_close() argument
137 struct usmp_dev *dp = (struct usmp_dev *)private; in usmp_close()
150 usmp_exec(void *private, smp_action_t *ap) in usmp_exec() argument
152 struct usmp_dev *dp = (struct usmp_dev *)private; in usmp_exec()
199 usmp_target_name(void *private, char *buf, size_t len) in usmp_target_name() argument
201 struct usmp_dev *dp = (struct usmp_dev *)private; in usmp_target_name()
207 usmp_target_addr(void *private) in usmp_target_addr() argument
209 struct usmp_dev *dp = (struct usmp_dev *)private; in usmp_target_addr()
/onnv-gate/usr/src/cmd/ssh/ssh-keygen/
H A Dssh-keygen.c339 int escaped = 0, private = 0, ok; in do_convert_from_ssh2() local
360 private = 1; in do_convert_from_ssh2()
385 k = private ? in do_convert_from_ssh2()
392 ok = private ? in do_convert_from_ssh2()
402 if (!private) in do_convert_from_ssh2()
736 Key *private; in do_change_passphrase() local
745 private = key_load_private(identity_file, "", &comment); in do_change_passphrase()
746 if (private == NULL) { in do_change_passphrase()
753 private = key_load_private(identity_file, old_passphrase, in do_change_passphrase()
757 if (private == NULL) { in do_change_passphrase()
[all …]
/onnv-gate/usr/src/cmd/ssh/ssh-add/
H A Dssh-add.c138 Key *private; in add_file() local
148 private = key_load_private(filename, "", &comment); in add_file()
152 if (private == NULL && pass != NULL) in add_file()
153 private = key_load_private(filename, pass, NULL); in add_file()
154 if (private == NULL) { in add_file()
166 private = key_load_private(filename, pass, &comment); in add_file()
167 if (private != NULL) in add_file()
175 if (ssh_add_identity_constrained(ac, private, comment, lifetime)) { in add_file()
182 } else if (ssh_add_identity(ac, private, comment)) { in add_file()
192 key_free(private); in add_file()
/onnv-gate/usr/src/common/openssl/doc/crypto/
H A DEVP_PKEY_new.pod5 EVP_PKEY_new, EVP_PKEY_free - private key allocation functions.
18 structure which is used by OpenSSL to store private keys.
20 EVP_PKEY_free() frees up the private key B<key>.
25 which require a general private key without reference to any
29 private key to this empty structure the functions described in

12345678910>>...25