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

/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Da_int.c70 neg = x->type & V_ASN1_NEG;
71 if (neg != (y->type & V_ASN1_NEG))
119 neg=a->type & V_ASN1_NEG;
H A Df_int.c71 if (a->type & V_ASN1_NEG)
H A Dtasn_prn.c548 utype = str->type & ~V_ASN1_NEG;
H A Dtasn_dec.c958 (*tint)->type = utype | ((*tint)->type & V_ASN1_NEG);
/external/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.c995 (*tint)->type = utype | ((*tint)->type & V_ASN1_NEG);
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dasn1.h90 #define V_ASN1_NEG 0x100 /* negative flag */ macro
96 #define V_ASN1_NEG_INTEGER (2 | V_ASN1_NEG)
105 #define V_ASN1_NEG_ENUMERATED (10 | V_ASN1_NEG)
/external/openssl/include/openssl/
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)
/external/openssl/crypto/x509v3/
H A Dv3_utl.c197 if (isneg) aint->type |= V_ASN1_NEG;
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dv3_utl.c202 if (isneg) aint->type |= V_ASN1_NEG;

Completed in 284 milliseconds