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

/freebsd-11.0-release/crypto/openssl/crypto/asn1/
H A Da_int.c73 neg = x->type & V_ASN1_NEG;
74 if (neg != (y->type & V_ASN1_NEG)) {
121 neg = a->type & V_ASN1_NEG;
H A Df_int.c73 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.c504 utype = str->type & ~V_ASN1_NEG;
H A Dtasn_dec.c911 (*tint)->type = utype | ((*tint)->type & V_ASN1_NEG);
/freebsd-11.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_utl.c220 aint->type |= V_ASN1_NEG;

Completed in 126 milliseconds