Searched refs:body (Results 1 - 25 of 50) sorted by relevance

12

/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A DMICwrap.c56 dh_mic_t mic = &tok.ver.dh_version_u.body.dh_token_body_desc_u.sign;
84 tok.ver.dh_version_u.body.type = DH_MIC;
125 dh_mic_t mic = &tok.ver.dh_version_u.body.dh_token_body_desc_u.sign;
163 tok.ver.dh_version_u.body.type != DH_MIC) {
218 dh_wrap_t wrap = &tok.ver.dh_version_u.body.dh_token_body_desc_u.seal;
220 gss_buffer_desc body; local
243 tok.ver.dh_version_u.body.type = DH_WRAP;
258 &keys, &body, conf_state)) != DH_SUCCESS) {
263 /* The body now contains the wrapped orignal message */
264 wrap->body
[all...]
H A Ddhmech_prot.x110 opaque body<>; /*
111 * If conf_flag, then body is an encrypted
133 * protocal. We will always have a verifier follow this versioned body
140 dh_token_body_desc body;
146 * be able to calucate the signature over the entire versioned body of the
H A Dtoken.c63 dh_token_body_t body = &t->ver.dh_version_u.body; local
64 switch (body->type) {
69 return (body->dh_token_body_desc_u.sign.qop);
71 return (body->dh_token_body_desc_u.seal.mic.qop);
454 /* Encode the protocol versioned body */
501 /* Decode the protocol versioned body */
H A Dcontext.c276 dh_wrap_t wrap = &token.ver.dh_version_u.body.dh_token_body_desc_u.seal;
309 token.ver.dh_version_u.body.type = DH_WRAP;
313 wrap->body.body_len = 0;
314 wrap->body.body_val = 0;
H A Dcontext_establish.c157 body.dh_token_body_desc_u.accept_context.cntx;
164 token.ver.dh_version_u.body.type = DH_ACCEPT_CNTX;
427 clnt = &token.ver.dh_version_u.body.dh_token_body_desc_u.init_context;
601 token.ver.dh_version_u.body.type = DH_INIT_CNTX;
604 remote = &token.ver.dh_version_u.body.dh_token_body_desc_u.init_context;
827 if (tok.ver.dh_version_u.body.type != DH_ACCEPT_CNTX) {
834 body.dh_token_body_desc_u.accept_context.cntx;
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dirp_ho.c172 char *body = NULL; local
193 &body, &bodylen) != 0) {
199 if (irp_unmarshall_ho(ho, body) != 0) {
206 if (body != NULL) {
207 memput(body, bodylen);
225 char *body = NULL; local
256 &body, &bodylen) != 0) {
262 if (irp_unmarshall_ho(ho, body) != 0) {
269 if (body != NULL) {
270 memput(body, bodyle
288 char *body; local
[all...]
H A Dirp_nw.c145 char *body = NULL; local
165 &body, &bodylen) != 0) {
171 if (irp_unmarshall_nw(nw, body) != 0) {
178 if (body != NULL) {
179 memput(body, bodylen);
194 char *body = NULL; local
214 &body, &bodylen) != 0) {
220 if (irp_unmarshall_nw(nw, body) != 0) {
227 if (body != NULL) {
228 memput(body, bodyle
272 char *body; local
[all...]
H A Dirp_pr.c134 char *body = NULL; local
154 &body, &bodylen) != 0) {
160 if (irp_unmarshall_pr(pr, body) != 0) {
167 if (body != NULL) {
168 memput(body, bodylen);
183 char *body = NULL; local
203 &body, &bodylen) != 0) {
209 if (irp_unmarshall_pr(pr, body) != 0) {
216 if (body != NULL) {
217 memput(body, bodyle
261 char *body; local
[all...]
H A Dirp_sv.c139 char *body; local
154 &body, &bodylen) != 0) {
160 if (irp_unmarshall_sv(sv, body) != 0) {
167 if (body != NULL) {
168 memput(body, bodylen);
184 char *body; local
205 &body, &bodylen) != 0) {
211 if (irp_unmarshall_sv(sv, body) != 0) {
218 if (body != NULL) {
219 memput(body, bodyle
235 char *body; local
[all...]
H A Dirp_ng.c163 char *body = NULL; local
177 &body, &bodylen) != 0) {
182 if (irp_unmarshall_ng(host, user, domain, body) == 0) {
187 if (body != NULL) {
188 memput(body, bodylen);
204 char *body = NULL; local
216 if (irp_marshall_ng(host, user, domain, &body, &bodylen) != 0) {
220 if (irs_irp_send_command(pvt->girpdata, "innetgr %s", body) == 0) {
227 memput(body, bodylen);
H A Dirp_p.h54 char **body, size_t *bodylen);
H A Dirp.c396 * Read in the body of a response. Terminated by a line with
465 * char **body, size_t *bodylen);
468 * there's a body to follow(code % 10 == 1), then the
469 * body buffer is allcoated with memget and stored in
470 * *BODY. The length of the allocated body buffer is stored
471 * in *BODY. The caller must give the body buffer back to
482 size_t textlen, char **body, size_t *bodylen) {
485 *body = NULL;
494 * Code that matches xx1 means there's a response body coming.
497 *body
481 irs_irp_get_full_response(struct irp_p *pvt, int *code, char *text, size_t textlen, char **body, size_t *bodylen) argument
[all...]
/osnet-11/usr/src/lib/librstp/common/
H A Dtransmit.c56 BPDU_BODY_T body; member in struct:tx_stp_bpdu_t
63 BPDU_BODY_T body; member in struct:tx_rstp_bpdu_t
153 bpdu_packet.body.flags = 0;
160 bpdu_packet.body.flags |= TOPOLOGY_CHANGE_BIT;
164 bpdu_packet.body.flags |= TOPOLOGY_CHANGE_ACK_BIT;
167 STP_VECT_set_vector (&port->portPrio, &bpdu_packet.body);
168 STP_set_times (&port->portTimes, &bpdu_packet.body);
202 (unsigned long) bpdu_packet.body.flags);
260 bpdu_packet.body.flags |= (role << PORT_ROLE_OFFS);
267 bpdu_packet.body
[all...]
H A Dportinfo.c270 _stp_dump ("\nBPDU_BODY", (unsigned char*) &bpdu->body, sizeof (BPDU_BODY_T) + 2);
271 stp_trace ("flags=%02x\n", bpdu->body.flags);
272 _stp_dump ("root_id", bpdu->body.root_id, 8);
273 _stp_dump ("root_path_cost", bpdu->body.root_path_cost, 4);
274 _stp_dump ("bridge_id", bpdu->body.bridge_id, 8);
275 _stp_dump ("port_id", bpdu->body.port_id, 2);
276 _stp_dump ("message_age", bpdu->body.message_age, 2);
277 _stp_dump ("max_age", bpdu->body.max_age, 2);
278 _stp_dump ("hello_time", bpdu->body.hello_time, 2);
279 _stp_dump ("forward_delay", bpdu->body
[all...]
H A Dstp_bpdu.h86 BPDU_BODY_T body; member in struct:stp_bpdu_t
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DConstant.pm326 my $body = $indent . "if (memEQ(name, \"$name\", $len)) {\n";
331 $body .= $indent . "/* ". (' ' x $checked_at) . $pointer
334 $body .= $indent . "/* $front_chop"
337 return $body;
470 my $body = '';
485 $body .= memEQ_clause ($name, $offset, length $indent);
487 $body .= $indent . " if (utf8) {\n";
489 $body .= $indent . " if (!utf8) {\n";
492 $body .= return_clause ($either, 4 + length $indent);
494 $body
[all...]
/osnet-11/usr/src/lib/libshell/common/features/
H A Dmath.sh158 *) body=
160 do case $body in
161 ?*) body="$body $k"
166 '{'*) body=$k
208 case $body in
229 eval `iffe $iffeflags -c "$cc" - tst it_links_ note{ $F function links }end link{ "static $L $F($ta)$td${body}int main(){return $F($tc)!=0;}" }end sfio.h $iffehdrs $iffelibs 2>&$stderr`
231 1) code="$code)$body"
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A Dhtmlescp.t23 <body style="background-color: white">
50 </body>
H A Dtext-options.t119 This is some body text that is long enough to be a paragraph that wraps,
135 This is some body text that is long enough to be a paragraph that
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dhtml.t88 <body>
104 <body>
116 <body>
130 <body>
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h257 Body_t* body; member in union:_align_u
294 /* now make sure that the body of a block is a multiple of ALIGN */
304 struct _body_s body; member in union:_body_u
314 Body_t body; member in struct:_block_s
382 #define LINK(b) ((b)->body.body.link)
383 #define LEFT(b) ((b)->body.body.left)
384 #define RIGHT(b) ((b)->body.body
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAutoSplit.t103 my ($output, $body);
105 $body ="package $module;\n" . $args{File};
106 $output = split_a_file ($body, $file, $dir, @extra_args);
156 if (defined $body) {
157 eval $body or die $@;
/osnet-11/usr/src/cmd/hal/hald/
H A DMakefile69 glib-genmarshal --prefix=hald_marshal hald_marshal.list --body >> xgen-gmc \
/osnet-11/usr/src/grub/grub2/grub-core/lib/ia64/
H A Dsetjmp.S111 .body
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/Unicode/
H A DUTF7.pm109 message body and MIME-Header for header instead.

Completed in 91 milliseconds

12