Lines Matching refs:tagnum

42   asn1_tagnum tagnum;				\
55 tagnum = t2.tagnum; \
66 if (t3.asn1class != UNIVERSAL || t3.tagnum || t3.indef) \
71 tagnum = t3.tagnum; \
87 t1.tagnum != (tagexpect)) return ASN1_BAD_ID; \
91 tagnum = t1.tagnum; \
118 if (tagnum > (tagexpect)) return ASN1_MISSING_FIELD; \
119 if (tagnum < (tagexpect)) return ASN1_MISPLACED_FIELD; \
121 && (tagnum || taglen || asn1class != UNIVERSAL)) \
136 && (tagnum || taglen || asn1class != UNIVERSAL)) \
138 if (tagnum == (tagexpect)) { \
154 if (tagnum > (tagexpect)) return ASN1_MISSING_FIELD; \
155 if (tagnum < (tagexpect)) return ASN1_MISPLACED_FIELD; \
157 && (tagnum || taglen || asn1class != UNIVERSAL)) \
163 if (tagnum == (tagexpect)) { \
171 if (tagnum != (tagexpect)) return ASN1_MISSING_FIELD; \
180 if (tagnum == (tagexpect)) { \
222 retval = asn1buf_sync(buf, &subbuf, asn1class, tagnum, \
240 tagnum = t.tagnum; \
253 retval = asn1buf_sync(buf, &subbuf, t.asn1class, t.tagnum, \
268 asn1_tagnum tagnum; \
317 tagnum = t4.tagnum; \
321 retval = asn1buf_sync(buf, &seqbuf, asn1class, tagnum, \
339 eseqnum = t5.tagnum; \
509 t.tagnum != ASN1_BITSTRING) in asn1_decode_krb5_flags()
631 if(tagnum == 1){ alloc_field(val->client,krb5_principal_data); } in asn1_decode_kdc_req_body()
657 if(tagnum == 10){ in asn1_decode_kdc_req_body()
683 if(tagnum == 5){ in asn1_decode_krb_safe_body()
798 if(tagnum == 1){ in asn1_decode_krb_cred_info()
807 if(tagnum == 8){ in asn1_decode_krb_cred_info()
895 if (tagnum == 1) { in asn1_decode_etype_info2_entry()
902 if ( tagnum ==2) { in asn1_decode_etype_info2_entry()
922 if (tagnum == 1) { in asn1_decode_etype_info2_entry_1_3()
928 if ( tagnum ==2) { in asn1_decode_etype_info2_entry_1_3()
949 if (tagnum == 1) { in asn1_decode_etype_info_entry()
1009 if(tagnum == (tagexpect)){\
1038 if (tagnum != 0) return ASN1_MISSING_FIELD; in asn1_decode_sam_challenge_2()
1116 if(tagnum == tag){ \
1219 if (t.tagnum == choice_trusted_cas_principalName) {
1221 } else if (t.tagnum == choice_trusted_cas_caName) {
1237 } else if (t.tagnum == choice_trusted_cas_issuerAndSerial) {
1263 if (tagnum == choice_trusted_cas_principalName) { in asn1_decode_trusted_ca()
1266 } else if (tagnum == choice_trusted_cas_caName) { in asn1_decode_trusted_ca()
1269 } else if (tagnum == choice_trusted_cas_issuerAndSerial) { in asn1_decode_trusted_ca()
1353 tagnum = ASN1_TAGNUM_CEILING; in asn1_decode_algorithm_identifier()
1389 tagnum != ASN1_BITSTRING) in asn1_decode_subject_pk_info()
1475 if (tagnum == 1) { alloc_field(val->clientPublicValue, krb5_subject_pk_info); } in asn1_decode_auth_pack()
1479 && (tagnum || taglen || asn1class != UNIVERSAL)) in asn1_decode_auth_pack()
1481 if (tagnum == 1) { in asn1_decode_auth_pack()
1490 if (tagnum == 2) { in asn1_decode_auth_pack()
1507 if (tagnum == 1) { in asn1_decode_auth_pack_draft9()
1512 && (tagnum || taglen || asn1class != UNIVERSAL)) in asn1_decode_auth_pack_draft9()
1514 if (tagnum == 1) { in asn1_decode_auth_pack_draft9()
1531 if (tagnum == choice_pa_pk_as_rep_dhInfo) { in asn1_decode_pa_pk_as_rep()
1534 } else if (tagnum == choice_pa_pk_as_rep_encKeyPack) { in asn1_decode_pa_pk_as_rep()
1550 if (tagnum == choice_pa_pk_as_rep_draft9_dhSignedData) { in asn1_decode_pa_pk_as_rep_draft9()
1554 } else if (tagnum == choice_pa_pk_as_rep_draft9_encKeyPack) { in asn1_decode_pa_pk_as_rep_draft9()