OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:V_ASN1_NEG
(Results
1 - 7
of
7
) sorted by null
/external/openssl/crypto/asn1/
a_int.c
71
neg = x->type &
V_ASN1_NEG
;
72
if (neg != (y->type &
V_ASN1_NEG
))
120
neg=a->type &
V_ASN1_NEG
;
f_int.c
72
if (a->type &
V_ASN1_NEG
)
asn1.h
99
#define
V_ASN1_NEG
0x100 /* negative flag */
105
#define V_ASN1_NEG_INTEGER (2 |
V_ASN1_NEG
)
114
#define V_ASN1_NEG_ENUMERATED (10 |
V_ASN1_NEG
)
[
all
...]
tasn_prn.c
536
utype = str->type & ~
V_ASN1_NEG
;
tasn_dec.c
995
(*tint)->type = utype | ((*tint)->type &
V_ASN1_NEG
);
/external/openssl/include/openssl/
asn1.h
99
#define
V_ASN1_NEG
0x100 /* negative flag */
105
#define V_ASN1_NEG_INTEGER (2 |
V_ASN1_NEG
)
114
#define V_ASN1_NEG_ENUMERATED (10 |
V_ASN1_NEG
)
[
all
...]
/external/openssl/crypto/x509v3/
v3_utl.c
197
if (isneg) aint->type |=
V_ASN1_NEG
;
Completed in 27 milliseconds