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 D | krbasn1.h | 33 typedef enum { PRIMITIVE = 0x00, CONSTRUCTED = 0x20 } asn1_construction; enumerator in enum:__anon1024
|
H A D | asn1_get.c | 39 t->construction = PRIMITIVE;
|
H A D | asn1_encode.c | 47 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 D | asn1_decode.c | 54 if (asn1class != UNIVERSAL || construction != PRIMITIVE || tagnum != type) \
|
H A D | asn1_k_decode.c | 202 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 D | asn1_k_encode.c | 1557 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 D | smbfs_derparse.h | 44 #define PRIMITIVE 0x00 /* 0 = primitive */ macro
|
Completed in 59 milliseconds