Searched refs:retlen (Results 1 - 24 of 24) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_encode.h39 int *retlen);
42 returns the length of this encoding in *retlen.
49 int *retlen);
52 returns the length of this encoding in *retlen.
59 int *retlen);
63 returns the length of this encoding in *retlen.
71 (asn1buf *buf, const krb5_pk_authenticator *val, unsigned int *retlen);
74 (asn1buf *buf, const krb5_pk_authenticator_draft9 *val, unsigned int *retlen);
77 (asn1buf *buf, const krb5_algorithm_identifier *val, unsigned int *retlen);
80 (asn1buf *buf, const krb5_subject_pk_info *val, unsigned int *retlen);
[all...]
H A Dasn1_decode.h73 (asn1buf *buf, unsigned int *retlen, asn1_octet **val);
75 (asn1buf *buf, unsigned int *retlen, asn1_octet **val);
77 (asn1buf *buf, unsigned int *retlen, char **val);
79 (asn1buf *buf, unsigned int *retlen, char **val);
87 (asn1buf *buf, int *retlen, char **val);
89 (asn1buf *buf, int *retlen, char **val);
H A Dasn1_make.h56 unsigned int *retlen);
59 modifies *buf, *retlen
62 Returns the length of this encoding in *retlen.
70 unsigned int *retlen);
73 modifies *buf, *retlen
77 Returns the length of this encoding in *retlen.
86 modifies *buf, *retlen
88 in *buf. Returns the length of this encoding in *retlen.
93 unsigned int *retlen);
96 modifies *buf, *retlen
[all...]
H A Dasn1_get.h54 unsigned int *retlen, int *indef);
61 unsigned int *retlen);
66 *tagnum, and *retlen, respectively.
73 (asn1buf *buf, unsigned int *retlen, int *indef);
76 doesn't have a sequence ID. If retlen != NULL, the
77 associated length is returned in *retlen. */
H A Dasn1_make.c33 unsigned int *retlen)
35 return asn1_make_tag(buf,asn1class,CONSTRUCTED,tagnum,in_len,retlen);
42 unsigned int *retlen)
56 *retlen = sumlen;
60 asn1_error_code asn1_make_length(asn1buf *buf, const unsigned int in_len, unsigned int *retlen) argument
67 *retlen = 1;
80 *retlen = length;
88 asn1_tagnum tagnum, unsigned int *retlen)
96 *retlen = 1;
115 *retlen
31 asn1_make_etag(asn1buf *buf, asn1_class asn1class, asn1_tagnum tagnum, unsigned int in_len, unsigned int *retlen) argument
39 asn1_make_tag(asn1buf *buf, asn1_class asn1class, asn1_construction construction, asn1_tagnum tagnum, unsigned int in_len, unsigned int *retlen) argument
86 asn1_make_id(asn1buf *buf, asn1_class asn1class, asn1_construction construction, asn1_tagnum tagnum, unsigned int *retlen) argument
121 asn1_make_sequence(asn1buf *buf, const unsigned int seq_len, unsigned int *retlen) argument
137 asn1_make_set(asn1buf *buf, const unsigned int set_len, unsigned int *retlen) argument
153 asn1_make_string(asn1buf *buf, const unsigned int length, const char *string, int *retlen) argument
[all...]
H A Dasn1_encode.c34 unsigned int *retlen)
51 *retlen = length;
57 unsigned int *retlen)
84 *retlen = length;
89 unsigned int *retlen)
102 *retlen = length;
109 unsigned int *retlen)
122 *retlen = length;
128 unsigned int *retlen)
155 *retlen
33 asn1_encode_boolean(asn1buf *buf, asn1_intmax val, unsigned int *retlen) argument
55 asn1_encode_integer_internal(asn1buf *buf, asn1_intmax val, unsigned int *retlen) argument
88 asn1_encode_integer(asn1buf * buf, asn1_intmax val, unsigned int *retlen) argument
127 asn1_encode_unsigned_integer(asn1buf *buf, asn1_uintmax val, unsigned int *retlen) argument
160 encode_bytestring_with_tag(asn1buf *buf, unsigned int len, const void *val, int tag, unsigned int *retlen) argument
178 asn1_encode_oid(asn1buf *buf, unsigned int len, const asn1_octet *val, unsigned int *retlen) argument
186 asn1_encode_octetstring(asn1buf *buf, unsigned int len, const void *val, unsigned int *retlen) argument
223 asn1_encode_generaltime(asn1buf *buf, time_t val, unsigned int *retlen) argument
276 asn1_encode_generalstring(asn1buf *buf, unsigned int len, const void *val, unsigned int *retlen) argument
284 asn1_encode_bitstring(asn1buf *buf, unsigned int len, const void *val, unsigned int *retlen) argument
302 asn1_encode_opaque(asn1buf *buf, unsigned int len, const void *val, unsigned int *retlen) argument
358 encode_nullterm_sequence_of(asn1buf *buf, const void *val, const struct atype_info *type, int can_be_empty, unsigned int *retlen) argument
378 krb5int_asn1_encode_a_thing(asn1buf *buf, const void *val, const struct atype_info *a, unsigned int *retlen) argument
432 encode_a_field(asn1buf *buf, const void *val, const struct field_info *field, unsigned int *retlen) argument
580 encode_fields(asn1buf *buf, const void *val, const struct field_info *fields, size_t nfields, unsigned int optional, unsigned int *retlen) argument
610 just_encode_sequence(asn1buf *buf, const void *val, const struct seq_info *seq, unsigned int *retlen) argument
643 encode_sequence_of(asn1buf *buf, int seqlen, const void *val, const struct atype_info *eltinfo, unsigned int *retlen) argument
[all...]
H A Dasn1_encode.h55 (asn1buf *buf, asn1_intmax val, unsigned int *retlen);
57 (asn1buf *buf, asn1_intmax val, unsigned int *retlen);
59 modifies *buf, *retlen
61 the length of the encoding in *retlen.
66 (asn1buf *buf, long val, unsigned int *retlen);
70 unsigned int *retlen);
72 modifies *buf, *retlen
74 the length of the encoding in *retlen.
81 unsigned int *retlen);
83 modifies *buf, *retlen
[all...]
H A Dasn1_decode.c153 asn1_error_code asn1_decode_oid(asn1buf *buf, unsigned int *retlen, asn1_octet **val) argument
159 *retlen = length;
163 asn1_error_code asn1_decode_octetstring(asn1buf *buf, unsigned int *retlen, asn1_octet **val) argument
169 *retlen = length;
173 asn1_error_code asn1_decode_charstring(asn1buf *buf, unsigned int *retlen, char **val) argument
179 *retlen = length;
184 asn1_error_code asn1_decode_generalstring(asn1buf *buf, unsigned int *retlen, char **val) argument
190 *retlen = length;
203 asn1_error_code asn1_decode_printablestring(asn1buf *buf, int *retlen, char **val) argument
209 *retlen
213 asn1_decode_ia5string(asn1buf *buf, int *retlen, char **val) argument
[all...]
H A Dasn1_get.c102 asn1_error_code asn1_get_sequence(asn1buf *buf, unsigned int *retlen, int *indef) argument
113 if (retlen)
114 *retlen = t.length;
H A Dasn1_k_encode.c65 *retlen = sum;\
121 unsigned int *retlen)
125 return asn1_encode_generaltime(buf, tval, retlen);
164 unsigned int *retlen)
168 return asn1_encode_bitstring(buf, 4, cbuf, retlen);
334 unsigned int *retlen)
345 return asn1_encode_kdc_req_hack(buf, &val2, retlen);
532 unsigned int *retlen)
1364 int *retlen)
1461 unsigned int *retlen)
120 asn1_encode_kerberos_time_at(asn1buf *buf, const krb5_timestamp *val, unsigned int *retlen) argument
163 asn1_encode_krb5_flags_at(asn1buf *buf, const krb5_flags *val, unsigned int *retlen) argument
333 asn1_encode_kdc_req_body(asn1buf *buf, const krb5_kdc_req *val, unsigned int *retlen) argument
1460 asn1_encode_kerberos_time(asn1buf *buf, const krb5_timestamp val, unsigned int *retlen) argument
1467 asn1_encode_pk_authenticator(asn1buf *buf, const krb5_pk_authenticator *val, unsigned int *retlen) argument
1479 asn1_encode_pk_authenticator_draft9(asn1buf *buf, const krb5_pk_authenticator_draft9 *val, unsigned int *retlen) argument
1494 asn1_encode_algorithm_identifier(asn1buf *buf, const krb5_algorithm_identifier *val, unsigned int *retlen) argument
1521 asn1_encode_subject_pk_info(asn1buf *buf, const krb5_subject_pk_info *val, unsigned int *retlen) argument
1561 asn1_encode_sequence_of_algorithm_identifier(asn1buf *buf, const krb5_algorithm_identifier **val, unsigned int *retlen) argument
1580 asn1_encode_auth_pack(asn1buf *buf, const krb5_auth_pack *val, unsigned int *retlen) argument
1596 asn1_encode_auth_pack_draft9(asn1buf *buf, const krb5_auth_pack_draft9 *val, unsigned int *retlen) argument
1608 asn1_encode_external_principal_identifier(asn1buf *buf, const krb5_external_principal_identifier *val, unsigned int *retlen) argument
1629 asn1_encode_sequence_of_external_principal_identifier(asn1buf *buf, const krb5_external_principal_identifier **val, unsigned int *retlen) argument
1648 asn1_encode_pa_pk_as_req(asn1buf *buf, const krb5_pa_pk_as_req *val, unsigned int *retlen) argument
1664 asn1_encode_trusted_ca(asn1buf *buf, const krb5_trusted_ca *val, unsigned int *retlen) argument
1685 asn1_encode_sequence_of_trusted_ca(asn1buf *buf, const krb5_trusted_ca **val, unsigned int *retlen) argument
1703 asn1_encode_pa_pk_as_req_draft9(asn1buf *buf, const krb5_pa_pk_as_req_draft9 *val, unsigned int *retlen) argument
1722 asn1_encode_dh_rep_info(asn1buf *buf, const krb5_dh_rep_info *val, unsigned int *retlen) argument
1735 asn1_encode_kdc_dh_key_info(asn1buf *buf, const krb5_kdc_dh_key_info *val, unsigned int *retlen) argument
1759 asn1_encode_reply_key_pack(asn1buf *buf, const krb5_reply_key_pack *val, unsigned int *retlen) argument
1770 asn1_encode_reply_key_pack_draft9(asn1buf *buf, const krb5_reply_key_pack_draft9 *val, unsigned int *retlen) argument
1781 asn1_encode_pa_pk_as_rep(asn1buf *buf, const krb5_pa_pk_as_rep *val, unsigned int *retlen) argument
1800 asn1_encode_pa_pk_as_rep_draft9(asn1buf *buf, const krb5_pa_pk_as_rep_draft9 *val, unsigned int *retlen) argument
1819 asn1_encode_td_trusted_certifiers(asn1buf *buf, const krb5_external_principal_identifier **val, unsigned int *retlen) argument
1834 asn1_encode_sequence_of_typed_data(asn1buf *buf, const krb5_typed_data **val, unsigned int *retlen) argument
1854 asn1_encode_typed_data(asn1buf *buf, const krb5_typed_data *val, unsigned int *retlen) argument
[all...]
H A Dldap_key_seq.c64 unsigned int *retlen)
126 *retlen = sum;
62 asn1_encode_key(asn1buf *buf, krb5_key_data key_data, unsigned int *retlen) argument
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_getinfo.c58 int retlen; local
85 (int)sizeof (struct T_info_req), TI_GETINFO, &retlen);
91 if (retlen != (int)sizeof (struct T_info_ack)) {
H A Dt_unbind.c108 int retlen; local
118 (int)sizeof (struct T_unbind_req), TI_UNBIND, &retlen) < 0) {
H A Dt_bind.c57 int size, sv_errno, retlen; local
133 if (_t_do_ioctl(fd, ctlbuf.buf, size, TI_BIND, &retlen) < 0) {
137 if (retlen < (int)sizeof (struct T_bind_ack)) {
H A Dt_getname.c117 int retlen; local
155 (int)sizeof (struct T_addr_req), TI_GETADDRS, &retlen);
167 if (retlen < (int)sizeof (struct T_addr_ack)) {
H A Dt_optmgmt.c72 int didalloc, retlen; local
250 if (_t_do_ioctl(fd, ctlbuf.buf, size, TI_OPTMGMT, &retlen) < 0)
253 if (retlen < (int)sizeof (struct T_optmgmt_ack)) {
H A D_utility.c873 int retlen, rstate, sv_errno, rval; local
894 (int)sizeof (struct T_capability_ack), TI_CAPABILITY, &retlen);
912 if (retlen != expected_acksize) {
1070 (int)sizeof (struct ti_sync_req), TI_SYNC, &retlen);
1086 if (retlen < expected_acksize) {
1451 int rval, retlen; local
1458 (int)sizeof (struct T_info_req), TI_SYNC, &retlen);
1469 if (retlen < (int)sizeof (struct ti_sync_ack)) {
1643 int retlen, rval; local
1655 (int)sizeof (struct T_capability_ack), TI_CAPABILITY, &retlen);
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dbusra.c770 uint64_t retlen; local
807 (void) ndi_ra_alloc(usedpdip, &req, &retbase, &retlen,
831 (void) ndi_ra_alloc(usedpdip, &req, &retbase, &retlen,
850 (void) ndi_ra_alloc(usedpdip, &req, &retbase, &retlen,
863 (void) ndi_ra_alloc(usedpdip, &req, &retbase, &retlen,
1157 uint64_t retlen; local
1185 if (ndi_ra_alloc(ctrl->dip, &req, &base, &retlen,
/illumos-gate/usr/src/cmd/mail/
H A Dmail.h317 extern char *mailcompile(string *pattern, int *retlen, int *retnbra);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcpv6.c587 uint_t olen, retlen; local
769 retlen = interpret_dhcpv6(F_DTAIL, data, olen);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dheaders.c2265 size_t retlen = 0; local
2297 retlen = len;
2323 return retlen;
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_consume.c412 static int entlen = 0, retlen = 0; local
417 assert(retlen == 0);
419 retlen = strlen(ret);
434 } else if ((sub = strstr(n, ret)) != NULL && sub[retlen] == '\0' &&
/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c89 static void dcd_validate_model_serial(char *str, int *retlen, int totallen);
4152 dcd_validate_model_serial(char *str, int *retlen, int totallen) argument
4171 *retlen = totallen - tb;
4173 *retlen = 0;
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus.c268 uint64_t retlen; local
303 if (ndi_ra_alloc(ctrl->dip, &req, &base, &retlen,

Completed in 168 milliseconds