OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXFLAG_SET
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/crypto/x509v3/
v3_purp.c
118
if(!(x->ex_flags &
EXFLAG_SET
)) {
392
if(x->ex_flags &
EXFLAG_SET
)
520
x->ex_flags |=
EXFLAG_SET
;
565
if(!(x->ex_flags &
EXFLAG_SET
)) {
/external/boringssl/src/include/openssl/
x509v3.h
416
#define
EXFLAG_SET
0x100
Completed in 114 milliseconds