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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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.c501 utype = str->type & ~V_ASN1_NEG;
H A Dtasn_dec.c909 (*tint)->type = utype | ((*tint)->type & V_ASN1_NEG);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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.c501 utype = str->type & ~V_ASN1_NEG;
H A Dtasn_dec.c909 (*tint)->type = utype | ((*tint)->type & V_ASN1_NEG);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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_dec.c994 (*tint)->type = utype | ((*tint)->type & V_ASN1_NEG);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_utl.c197 if (isneg) aint->type |= V_ASN1_NEG;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509v3/
H A Dv3_utl.c220 aint->type |= V_ASN1_NEG;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509v3/
H A Dv3_utl.c220 aint->type |= V_ASN1_NEG;

Completed in 261 milliseconds