Searched refs:UNIVERSAL (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
H A D | asn1_get.c | 37 t->asn1class = UNIVERSAL; in asn1_get_tag_2() 110 if (t.asn1class != UNIVERSAL || t.construction != CONSTRUCTED || in asn1_get_sequence()
|
H A D | asn1_encode.c | 47 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 D | asn1_make.c | 127 retval = asn1_make_id(buf,UNIVERSAL,CONSTRUCTED,ASN1_SEQUENCE,&len); in asn1_make_sequence() 143 retval = asn1_make_id(buf,UNIVERSAL,CONSTRUCTED,ASN1_SET,&len); in asn1_make_set()
|
H A D | krbasn1.h | 35 typedef enum { UNIVERSAL = 0x00, APPLICATION = 0x40, enumerator
|
H A D | asn1_k_decode.c | 66 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 D | asn1_decode.c | 52 if(asn1class != UNIVERSAL || construction != PRIMITIVE || tagnum != type)\
|
H A D | asn1buf.c | 64 ((class) == UNIVERSAL && !(num) && !(indef))
|
H A D | asn1_k_encode.c | 1445 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 D | krb5_decode.c | 101 if (t3.asn1class != UNIVERSAL || t3.tagnum || t3.indef) \
|