Searched defs:indef (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_get.h52 int indef; member in struct:__anon1023
62 unsigned int *retlen, int *indef);
85 int *indef);
H A Dasn1_get.c41 t->indef = 0;
77 t->indef = 0;
94 t->indef = 1;
98 if (t->indef && t->construction != CONSTRUCTED)
104 asn1_get_sequence(asn1buf *buf, unsigned int *retlen, int *indef) argument
117 if (indef)
118 *indef = t.indef;
H A Dasn1buf.c83 #define asn1_is_eoc(class, num, indef) \
84 ((class) == UNIVERSAL && !(num) && !(indef))
107 asn1buf_imbed(asn1buf *subbuf, const asn1buf *buf, const unsigned int length, const int indef) argument
111 if (!indef) {
122 unsigned int length, int indef, int seqindef)
129 } else if (!asn1_is_eoc(asn1class, lasttag, indef)) {
130 retval = asn1buf_skiptail(subbuf, length, indef);
141 asn1buf_skiptail(asn1buf *buf, const unsigned int length, const int indef) argument
147 nestlevel = 1 + indef;
148 if (!indef) {
120 asn1buf_sync(asn1buf *buf, asn1buf *subbuf, asn1_class asn1class, asn1_tagnum lasttag, unsigned int length, int indef, int seqindef) argument
262 asn1buf_remains(asn1buf *buf, int indef) argument
[all...]
H A Dkrb5_decode.c113 indef = t2.indef; \
128 if (t.asn1class != UNIVERSAL || t.tagnum || t.indef)
144 int indef; \
153 tagnum,length,indef,seqindef); \
161 if (indef) { get_eoc(); } \
199 if (indef) { get_eoc(); } \
638 if (!indef) {
1133 int indef; local
1196 int indef; local
[all...]

Completed in 47 milliseconds