Searched refs:PRIMITIVE (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dkrbasn1.h33 typedef enum { PRIMITIVE = 0x00, CONSTRUCTED = 0x20 } asn1_construction; enumerator in enum:__anon1024
H A Dasn1_get.c39 t->construction = PRIMITIVE;
H A Dasn1_encode.c47 retval = asn1_make_tag(buf, UNIVERSAL, PRIMITIVE, ASN1_BOOLEAN, length, &partlen);
98 retval = asn1_make_tag(buf,UNIVERSAL,PRIMITIVE,ASN1_INTEGER,length, &partlen);
118 retval = asn1_make_tag(buf,UNIVERSAL,PRIMITIVE,ASN1_ENUMERATED,length, &partlen);
152 retval = asn1_make_tag(buf,UNIVERSAL,PRIMITIVE,ASN1_INTEGER,length, &partlen);
171 retval = asn1_make_tag(buf, UNIVERSAL, PRIMITIVE, tag,
296 retval = asn1_make_tag(buf, UNIVERSAL, PRIMITIVE, ASN1_BITSTRING,
H A Dasn1_decode.c54 if (asn1class != UNIVERSAL || construction != PRIMITIVE || tagnum != type) \
H A Dasn1_k_decode.c202 if (asn1class != CONTEXT_SPECIFIC || construction != PRIMITIVE) \
211 if (asn1class != CONTEXT_SPECIFIC || construction != PRIMITIVE) \
597 if (t.asn1class != UNIVERSAL || t.construction != PRIMITIVE ||
2225 construction = PRIMITIVE;
2276 if (asn1class != UNIVERSAL || construction != PRIMITIVE ||
H A Dasn1_k_encode.c1557 retval = asn1_make_tag(buf, CONTEXT_SPECIFIC,PRIMITIVE, \
1573 retval = asn1_make_tag(buf, CONTEXT_SPECIFIC, PRIMITIVE, \
1591 retval = asn1_make_tag(buf, UNIVERSAL, PRIMITIVE, \
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_derparse.h44 #define PRIMITIVE 0x00 /* 0 = primitive */ macro

Completed in 37 milliseconds