Searched refs:V_ASN1_CONSTRUCTED (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Dasn1_mac.h150 if ((c.slen != 0) && ((M_ASN1_next & (~V_ASN1_CONSTRUCTED)) \
157 if ((c.slen != 0) && ((M_ASN1_next & (~V_ASN1_CONSTRUCTED)) \
164 M_ASN1_next=(_tmp& V_ASN1_CONSTRUCTED)|type; \
172 if ((c.slen != 0) && ((M_ASN1_next & (~V_ASN1_CONSTRUCTED)) == \
189 V_ASN1_CONSTRUCTED|V_ASN1_SET)))\
194 V_ASN1_CONSTRUCTED|V_ASN1_SET)))\
216 (V_ASN1_CONTEXT_SPECIFIC|V_ASN1_CONSTRUCTED|(tag))))\
225 (V_ASN1_CONTEXT_SPECIFIC|V_ASN1_CONSTRUCTED|(tag))))\
241 V_ASN1_CONSTRUCTED|V_ASN1_SEQUENCE)))\
246 V_ASN1_CONSTRUCTED|V_ASN1_SEQUENC
[all...]
H A Dasn1_lib.c104 ret=(*p&V_ASN1_CONSTRUCTED);
134 if (inf && !(ret & V_ASN1_CONSTRUCTED))
204 i=(constructed)?V_ASN1_CONSTRUCTED:0;
290 if ((c->inf == (1|V_ASN1_CONSTRUCTED)) && (!c->eos))
340 if (c->inf == (1|V_ASN1_CONSTRUCTED))
H A Dasn1_par.c76 if (constructed & V_ASN1_CONSTRUCTED)
152 if (j != (V_ASN1_CONSTRUCTED | 1))
166 if (j & V_ASN1_CONSTRUCTED)
H A Da_bytes.c188 if (inf & V_ASN1_CONSTRUCTED)
H A Da_set.c208 if (c.inf == (V_ASN1_CONSTRUCTED+1))
H A Dasn1_gen.c207 hdr_constructed = r & V_ASN1_CONSTRUCTED;
254 hdr_constructed = V_ASN1_CONSTRUCTED;
H A Dtasn_dec.c294 *wp = (unsigned char)((*p & V_ASN1_CONSTRUCTED)
1342 *cst = i & V_ASN1_CONSTRUCTED;
H A Dtasn_enc.c193 *p = aclass | tag | (*p & V_ASN1_CONSTRUCTED);
H A Dasn1.h91 #define V_ASN1_CONSTRUCTED 0x20 macro
/freebsd-10.0-release/crypto/openssl/crypto/ocsp/
H A Docsp_ht.c414 if (*p++ != (V_ASN1_SEQUENCE|V_ASN1_CONSTRUCTED))
/freebsd-10.0-release/crypto/openssl/crypto/dsa/
H A Ddsa_ameth.c209 if (*p == (V_ASN1_SEQUENCE|V_ASN1_CONSTRUCTED))
/freebsd-10.0-release/crypto/openssl/ssl/
H A Ds3_clnt.c2886 *(p++)=V_ASN1_SEQUENCE | V_ASN1_CONSTRUCTED;
H A Ds3_srvr.c2925 if (ASN1_get_object((const unsigned char **)&p, &Tlen, &Ttag, &Tclass, n) != V_ASN1_CONSTRUCTED ||

Completed in 110 milliseconds