Home
last modified time | relevance | path

Searched refs:UNIVERSAL (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_get.c37 t->asn1class = UNIVERSAL; in asn1_get_tag_2()
110 if (t.asn1class != UNIVERSAL || t.construction != CONSTRUCTED || in asn1_get_sequence()
H A Dasn1_encode.c47 retval = asn1_make_tag(buf, UNIVERSAL, PRIMITIVE, ASN1_BOOLEAN, length, &partlen); in asn1_encode_boolean()
98 retval = asn1_make_tag(buf,UNIVERSAL,PRIMITIVE,ASN1_INTEGER,length, &partlen); in asn1_encode_integer()
118 retval = asn1_make_tag(buf,UNIVERSAL,PRIMITIVE,ASN1_ENUMERATED,length, &partlen);
151 retval = asn1_make_tag(buf,UNIVERSAL,PRIMITIVE,ASN1_INTEGER,length, &partlen); in asn1_encode_unsigned_integer()
170 retval = asn1_make_tag(buf, UNIVERSAL, PRIMITIVE, tag, in encode_bytestring_with_tag()
295 retval = asn1_make_tag(buf, UNIVERSAL, PRIMITIVE, ASN1_BITSTRING, in asn1_encode_bitstring()
H A Dasn1_make.c129 retval = asn1_make_id(buf,UNIVERSAL,CONSTRUCTED,ASN1_SEQUENCE,&len); in asn1_make_sequence()
145 retval = asn1_make_id(buf,UNIVERSAL,CONSTRUCTED,ASN1_SET,&len); in asn1_make_set()
H A Dkrbasn1.h35 typedef enum { UNIVERSAL = 0x00, APPLICATION = 0x40, enumerator
H A Dasn1_k_decode.c66 if (t3.asn1class != UNIVERSAL || t3.tagnum || t3.indef) \
121 && (tagnum || taglen || asn1class != UNIVERSAL)) \
136 && (tagnum || taglen || asn1class != UNIVERSAL)) \
157 && (tagnum || taglen || asn1class != UNIVERSAL)) \
508 if (t.asn1class != UNIVERSAL || t.construction != PRIMITIVE || in asn1_decode_krb5_flags()
1354 asn1class = UNIVERSAL; in asn1_decode_algorithm_identifier()
1388 if (asn1class != UNIVERSAL || construction != PRIMITIVE || in asn1_decode_subject_pk_info()
1479 && (tagnum || taglen || asn1class != UNIVERSAL)) in asn1_decode_auth_pack()
1512 && (tagnum || taglen || asn1class != UNIVERSAL)) in asn1_decode_auth_pack_draft9()
H A Dasn1_decode.c52 if(asn1class != UNIVERSAL || construction != PRIMITIVE || tagnum != type)\
H A Dasn1buf.c64 ((class) == UNIVERSAL && !(num) && !(indef))
H A Dasn1_k_encode.c1445 retval = asn1_make_tag(buf,UNIVERSAL,PRIMITIVE,tag,len+1,&length); \
1548 retval = asn1_make_etag(buf, UNIVERSAL, ASN1_SEQUENCE, in asn1_encode_subject_pk_info()
H A Dkrb5_decode.c101 if (t3.asn1class != UNIVERSAL || t3.tagnum || t3.indef) \