Home
last modified time | relevance | path

Searched refs:CONS (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/crypto/heimdal/lib/asn1/
H A Dtest.gen5 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 Dasn1_print.c95 (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 Dder.h46 typedef enum {PRIM = 0, CONS = 1} Der_type; enumerator
H A Dcanthandle.asn15 -- Code the tag [1] but not the [ CONTEXT CONS UT_Sequence ] for Kaka2
H A Dgen_decode.c129 *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 DChangeLog833 * 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 Datomic.h108 #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 Datomic.h100 #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 Dinit_sec_context.c326 CONS, in spnego_initial()
/freebsd-12.1/crypto/heimdal/lib/krb5/
H A Dpkinit.c1223 ASN1_C_UNIV, CONS, UT_Sequence, &l); in pk_rd_pa_reply_enckey()
/freebsd-12.1/contrib/gcc/
H A DFSFChangeLog.104587 * rs6000.h (ASM_OUTPUT_{DES,CONS}TRUCTOR): Define.