Searched defs:construction (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_get.h40 asn1_construction construction; member in struct:__anon2525
52 asn1_construction *construction,
59 asn1_construction *construction,
64 the class in *Class. Similarly, the construction,
65 tag number, and length are returned in *construction,
H A Dasn1_make.c40 asn1_construction construction,
52 retval = asn1_make_id(buf,asn1class,construction,tagnum,&length);
87 asn1_construction construction,
93 retval = asn1buf_insert_octet(buf, (asn1_octet) (asn1class | construction |
112 retval = asn1buf_insert_octet(buf, (asn1_octet) (asn1class | construction | 0x1F));
39 asn1_make_tag(asn1buf *buf, asn1_class asn1class, asn1_construction construction, asn1_tagnum tagnum, unsigned int in_len, unsigned int *retlen) argument
86 asn1_make_id(asn1buf *buf, asn1_class asn1class, asn1_construction construction, asn1_tagnum tagnum, unsigned int *retlen) argument
H A Dasn1_decode.c45 #define construction (tinfo.construction) macro
52 if(asn1class != UNIVERSAL || construction != PRIMITIVE || tagnum != type)\
/illumos-gate/usr/src/cmd/svr4pkg/pkgproto/
H A Dmain.c81 static char construction[PATH_MAX], mylocal[PATH_MAX]; variable
420 * construct this in the construction
426 const_ptr = tptr = construction;

Completed in 84 milliseconds