Searched refs:construction (Results 1 - 10 of 10) sorted by relevance
| /illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
| H A D | asn1_decode.c | 45 #define construction (tinfo.construction) macro 52 if(asn1class != UNIVERSAL || construction != PRIMITIVE || tagnum != type)\
|
| H A D | asn1_get.c | 38 t->construction = PRIMITIVE; 57 t->construction = (asn1_construction)(o&ASN1_CONSTRUCTION_MASK); 97 if (t->indef && t->construction != CONSTRUCTED) 110 if (t.asn1class != UNIVERSAL || t.construction != CONSTRUCTED ||
|
| H A D | asn1_get.h | 40 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 D | asn1_k_decode.c | 41 asn1_construction construction; \ 54 construction = t2.construction; \ 70 construction = t3.construction; \ 86 if (t1.asn1class != APPLICATION || t1.construction != CONSTRUCTED || \ 90 construction = t1.construction; \ 120 if ((asn1class != CONTEXT_SPECIFIC || construction != CONSTRUCTED) \ 135 if ((asn1class != CONTEXT_SPECIFIC || construction ! [all...] |
| H A D | asn1_make.c | 40 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 D | asn1_make.h | 67 const asn1_construction construction, 75 primitive/constructed staus = construction, 127 const asn1_construction construction,
|
| H A D | krb5_decode.c | 46 asn1_construction construction;\ 72 if (t1.asn1class != APPLICATION || t1.construction != CONSTRUCTED) \ 76 construction = t1.construction; \ 90 construction = t2.construction; \ 104 construction = t3.construction; \ 140 if(asn1class != CONTEXT_SPECIFIC || construction != CONSTRUCTED)\ 147 if (asn1class != CONTEXT_SPECIFIC || construction ! [all...] |
| /illumos-gate/usr/src/lib/libc/sparc/crt/ |
| H A D | _rtboot.s | 242 ! During construction -- the assembly output of _rtld.c2s is placed here.
|
| /illumos-gate/usr/src/cmd/sgs/rtld/sparc/ |
| H A D | boot.s | 135 ! skip construction of the ELF boot attribute vector.
|
| /illumos-gate/usr/src/cmd/svr4pkg/pkgproto/ |
| H A D | main.c | 81 static char construction[PATH_MAX], mylocal[PATH_MAX]; variable 420 * construct this in the construction 426 const_ptr = tptr = construction;
|
Completed in 96 milliseconds