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 - 13
of
13
) sorted by null
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
a_int.c
70
neg = x->type &
V_ASN1_NEG
;
71
if (neg != (y->type &
V_ASN1_NEG
))
119
neg=a->type &
V_ASN1_NEG
;
f_int.c
71
if (a->type &
V_ASN1_NEG
)
tasn_prn.c
548
utype = str->type & ~
V_ASN1_NEG
;
tasn_dec.c
958
(*tint)->type = utype | ((*tint)->type &
V_ASN1_NEG
);
[
all
...]
/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/chromium_org/third_party/boringssl/src/include/openssl/
asn1.h
90
#define
V_ASN1_NEG
0x100 /* negative flag */
96
#define V_ASN1_NEG_INTEGER (2 |
V_ASN1_NEG
)
105
#define V_ASN1_NEG_ENUMERATED (10 |
V_ASN1_NEG
)
[
all
...]
/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
;
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_utl.c
202
if (isneg) aint->type |=
V_ASN1_NEG
;
Completed in 55 milliseconds