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

/opensolaris-onvv-gate/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:__anon2759
H A Dasn1_get.c38 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);
151 retval = asn1_make_tag(buf,UNIVERSAL,PRIMITIVE,ASN1_INTEGER,length, &partlen);
170 retval = asn1_make_tag(buf, UNIVERSAL, PRIMITIVE, tag,
295 retval = asn1_make_tag(buf, UNIVERSAL, PRIMITIVE, ASN1_BITSTRING,
H A Dasn1_decode.c52 if(asn1class != UNIVERSAL || construction != PRIMITIVE || tagnum != type)\
H A Dasn1_k_decode.c172 if (asn1class != CONTEXT_SPECIFIC || construction != PRIMITIVE) \
181 if (asn1class != CONTEXT_SPECIFIC || construction != PRIMITIVE) \
508 if (t.asn1class != UNIVERSAL || t.construction != PRIMITIVE ||
1355 construction = PRIMITIVE;
1388 if (asn1class != UNIVERSAL || construction != PRIMITIVE ||
H A Dasn1_k_encode.c1417 retval = asn1_make_tag(buf,CONTEXT_SPECIFIC,PRIMITIVE,tag,length,&length); \
1429 retval = asn1_make_tag(buf,CONTEXT_SPECIFIC,PRIMITIVE,tag,len,&length); \
1445 retval = asn1_make_tag(buf,UNIVERSAL,PRIMITIVE,tag,len+1,&length); \
/opensolaris-onvv-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dsymtab.c40 enum kind_t { PRIMITIVE = 0, COMPOSITE, VARARG }; enumerator in enum:kind_t
47 int e_kind; /* PRIMITIVE, COMPOSITE... */
48 char *e_type; /* where kind == PRIMITIVE */
359 name, line, file, PRIMITIVE, type, basetype, levels, "", -1, -1);
401 name, line, file, PRIMITIVE, type, basetype, levels,
430 name, line, file, PRIMITIVE, type, basetype, levels, "", -1, -1);
470 name, line, file, PRIMITIVE, type, print, 0, "", -1, -1);
503 name, line, file, PRIMITIVE, type, basetype, levels, "", -1, -1);
669 if (e != NULL && (e->e_kind == PRIMITIVE || e->e_kind == VARARG))
686 if (e != NULL && (e->e_kind == PRIMITIVE ||
[all...]
/opensolaris-onvv-gate/usr/src/lib/libsmbfs/smb/
H A Dderparse.h45 #define PRIMITIVE 0x00 /* 0 = primitive */ macro

Completed in 300 milliseconds