Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/asn1/
Da_int.c72 neg = x->type & V_ASN1_NEG; in ASN1_INTEGER_cmp()
73 if (neg != (y->type & V_ASN1_NEG)) in ASN1_INTEGER_cmp()
121 neg=a->type & V_ASN1_NEG; in i2c_ASN1_INTEGER()
Df_int.c71 if (a->type & V_ASN1_NEG) in i2a_ASN1_INTEGER()
Dtasn_prn.c551 utype = str->type & ~V_ASN1_NEG; in asn1_primitive_print()
Dtasn_dec.c997 (*tint)->type = utype | ((*tint)->type & V_ASN1_NEG); in asn1_ex_c2i()
/external/boringssl/src/include/openssl/
Dasn1.h87 #define V_ASN1_NEG 0x100 /* negative flag */ macro
93 #define V_ASN1_NEG_INTEGER (2 | V_ASN1_NEG)
102 #define V_ASN1_NEG_ENUMERATED (10 | V_ASN1_NEG)
/external/boringssl/src/crypto/x509v3/
Dv3_utl.c205 if (isneg) aint->type |= V_ASN1_NEG; in s2i_ASN1_INTEGER()