Searched refs:CONS (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/crypto/heimdal/lib/asn1/ |
| H A D | test.gen | 5 UNIV CONS Sequence 23 6 CONTEXT CONS 0 3 8 CONTEXT CONS 1 8 9 UNIV CONS Sequence 6 10 CONTEXT CONS 127 3 13 CONTEXT CONS 2 3
|
| H A D | asn1_print.c | 95 (class == ASN1_C_CONTEXT && type == CONS) || in loop() 96 (class == ASN1_C_UNIV && type == CONS && tag == UT_Sequence) || in loop() 97 (class == ASN1_C_UNIV && type == CONS && tag == UT_Set)) { in loop() 117 if (type == CONS) { in loop() 184 type != CONS || tag != UT_Sequence) in loop()
|
| H A D | der.h | 46 typedef enum {PRIM = 0, CONS = 1} Der_type; enumerator
|
| H A D | canthandle.asn1 | 5 -- Code the tag [1] but not the [ CONTEXT CONS UT_Sequence ] for Kaka2
|
| H A D | gen_decode.c | 129 *ty = CONS; in find_tag() 135 *ty = CONS; in find_tag() 140 *ty = is_primitive_type(t->subtype->type) ? PRIM : CONS; in find_tag()
|
| H A D | ChangeLog | 833 * test.asn1: fix workaround for IMPLICIT CONS case 835 * canthandle.asn1: fix workaround for IMPLICIT CONS case 1308 * gen_decode.c: handle OPTIONAL CONS-tag-less elements 1629 CONS (not PRIM)
|
| /freebsd-12.1/sys/i386/include/ |
| H A D | atomic.h | 108 #define ATOMIC_ASM(NAME, TYPE, OP, CONS, V) \ argument 158 #define ATOMIC_ASM(NAME, TYPE, OP, CONS, V) \ argument 164 : CONS (V) \ 173 : CONS (V) \ 193 #define ATOMIC_CMPSET(TYPE, CONS) \ argument 207 : CONS (src) /* 3 */ \ 225 : CONS (src) /* 3 */ \
|
| /freebsd-12.1/sys/amd64/include/ |
| H A D | atomic.h | 100 #define ATOMIC_ASM(NAME, TYPE, OP, CONS, V) \ argument 146 #define ATOMIC_ASM(NAME, TYPE, OP, CONS, V) \ argument 152 : CONS (V) \ 161 : CONS (V) \
|
| /freebsd-12.1/crypto/heimdal/lib/gssapi/spnego/ |
| H A D | init_sec_context.c | 326 CONS, in spnego_initial()
|
| /freebsd-12.1/crypto/heimdal/lib/krb5/ |
| H A D | pkinit.c | 1223 ASN1_C_UNIV, CONS, UT_Sequence, &l); in pk_rd_pa_reply_enckey()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | FSFChangeLog.10 | 4587 * rs6000.h (ASM_OUTPUT_{DES,CONS}TRUCTOR): Define.
|