Searched refs:V_ASN1_NEG (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Da_int.c71 neg = x->type & V_ASN1_NEG;
72 if (neg != (y->type & V_ASN1_NEG))
120 neg=a->type & V_ASN1_NEG;
H A Df_int.c72 if (a->type & V_ASN1_NEG)
H A Dasn1.h99 #define V_ASN1_NEG 0x100 /* negative flag */ macro
105 #define V_ASN1_NEG_INTEGER (2 | V_ASN1_NEG)
114 #define V_ASN1_NEG_ENUMERATED (10 | V_ASN1_NEG)
H A Dtasn_prn.c536 utype = str->type & ~V_ASN1_NEG;
H A Dtasn_dec.c1003 (*tint)->type = utype | ((*tint)->type & V_ASN1_NEG);
/freebsd-10.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_utl.c197 if (isneg) aint->type |= V_ASN1_NEG;

Completed in 87 milliseconds