Searched refs:indef (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
H A D | asn1_get.h | 43 int indef; member in struct:__anon2525 54 unsigned int *retlen, int *indef); 73 (asn1buf *buf, unsigned int *retlen, int *indef);
|
H A D | asn1_get.c | 40 t->indef = 0; 76 t->indef = 0; 93 t->indef = 1; 97 if (t->indef && t->construction != CONSTRUCTED) 102 asn1_error_code asn1_get_sequence(asn1buf *buf, unsigned int *retlen, int *indef) argument 115 if (indef) 116 *indef = t.indef;
|
H A D | asn1buf.h | 118 const int indef); 129 const unsigned int length, const int indef, 137 const int indef); 228 (asn1buf *buf, int indef);
|
H A D | asn1buf.c | 63 #define asn1_is_eoc(class, num, indef) \ 64 ((class) == UNIVERSAL && !(num) && !(indef)) 84 asn1_error_code asn1buf_imbed(asn1buf *subbuf, const asn1buf *buf, const unsigned int length, const int indef) argument 88 if (!indef) { 98 unsigned int length, int indef, int seqindef) 105 } else if (!asn1_is_eoc(asn1class, lasttag, indef)) { 106 retval = asn1buf_skiptail(subbuf, length, indef); 116 asn1_error_code asn1buf_skiptail(asn1buf *buf, const unsigned int length, const int indef) argument 122 nestlevel = 1 + indef; 123 if (!indef) { 96 asn1buf_sync(asn1buf *buf, asn1buf *subbuf, asn1_class asn1class, asn1_tagnum lasttag, unsigned int length, int indef, int seqindef) argument 241 asn1buf_remains(asn1buf *buf, int indef) argument [all...] |
H A D | asn1_k_decode.c | 57 indef = t2.indef; \ 66 if (t3.asn1class != UNIVERSAL || t3.tagnum || t3.indef) \ 73 indef = t3.indef; \ 107 if (!taglen && indef) { get_eoc(); } \ 149 if (!taglen && indef) { get_eoc(); } \ 199 int indef; \ 214 int indef; \ 223 length, indef, seqinde [all...] |
H A D | krb5_decode.c | 92 indef = t2.indef; \ 101 if (t3.asn1class != UNIVERSAL || t3.tagnum || t3.indef) \ 106 indef = t3.indef; \ 114 int indef;\ 122 retval = asn1buf_sync(&buf,&subbuf,asn1class,tagnum,length,indef,seqindef);\ 130 if (indef) { get_eoc(); }\ 158 if (indef) { get_eoc(); }\ 547 if (!indef) { [all...] |
Completed in 67 milliseconds