Searched refs:indef (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
H A D | asn1_get.c | 40 t->indef = 0; in asn1_get_tag_2() 76 t->indef = 0; in asn1_get_tag_2() 93 t->indef = 1; in asn1_get_tag_2() 97 if (t->indef && t->construction != CONSTRUCTED) in asn1_get_tag_2() 102 asn1_error_code asn1_get_sequence(asn1buf *buf, unsigned int *retlen, int *indef) in asn1_get_sequence() argument 115 if (indef) in asn1_get_sequence() 116 *indef = t.indef; in asn1_get_sequence()
|
H A D | asn1buf.c | 63 #define asn1_is_eoc(class, num, indef) \ argument 64 ((class) == UNIVERSAL && !(num) && !(indef)) 84 …code asn1buf_imbed(asn1buf *subbuf, const asn1buf *buf, const unsigned int length, const int indef) in asn1buf_imbed() argument 88 if (!indef) { in asn1buf_imbed() 98 unsigned int length, int indef, int seqindef) in asn1buf_sync() argument 105 } else if (!asn1_is_eoc(asn1class, lasttag, indef)) { in asn1buf_sync() 106 retval = asn1buf_skiptail(subbuf, length, indef); in asn1buf_sync() 116 asn1_error_code asn1buf_skiptail(asn1buf *buf, const unsigned int length, const int indef) in asn1buf_skiptail() argument 122 nestlevel = 1 + indef; in asn1buf_skiptail() 123 if (!indef) { in asn1buf_skiptail() [all …]
|
H A D | asn1_get.h | 43 int indef; member 54 unsigned int *retlen, int *indef); 73 (asn1buf *buf, unsigned int *retlen, int *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 | 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, seqindef); \ 236 int indef; \ 242 indef = t.indef; \ [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) { in decode_krb5_safe_with_body()
|