Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:EXFLAG_SS
(Results
1 - 25
of
69
) sorted by relevance
1
2
3
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H
A
D
x509v3.rs
59
pub const
EXFLAG_SS
: u32 = 0x2000;
consts
/third_party/node/deps/openssl/openssl/crypto/x509/
H
A
D
x509_trust.c
242
/* Call for side-effect of setting
EXFLAG_SS
for self-signed-certs */
in trust_compat()
245
if ((flags & X509_TRUST_NO_SS_COMPAT) == 0 && (x->ex_flags &
EXFLAG_SS
))
in trust_compat()
H
A
D
v3_purp.c
382
#define V1_ROOT (EXFLAG_V1|
EXFLAG_SS
)
560
x->ex_flags |=
EXFLAG_SS
; /* indicate self-signed */
in ossl_x509v3_cache_extensions()
H
A
D
x509_vfy.c
103
if ((cert->ex_flags &
EXFLAG_SS
) == 0)
in X509_self_signed()
1794
&& (xi->ex_flags &
EXFLAG_SS
) != 0))) {
in internal_verify()
/third_party/openssl/crypto/x509/
H
A
D
x509_trust.c
242
/* Call for side-effect of setting
EXFLAG_SS
for self-signed-certs */
in trust_compat()
245
if ((flags & X509_TRUST_NO_SS_COMPAT) == 0 && (x->ex_flags &
EXFLAG_SS
))
in trust_compat()
H
A
D
v3_purp.c
382
#define V1_ROOT (EXFLAG_V1|
EXFLAG_SS
)
560
x->ex_flags |=
EXFLAG_SS
; /* indicate self-signed */
in ossl_x509v3_cache_extensions()
H
A
D
x509_vfy.c
103
if ((cert->ex_flags &
EXFLAG_SS
) == 0)
in X509_self_signed()
1796
&& (xi->ex_flags &
EXFLAG_SS
) != 0))) {
in internal_verify()
/third_party/openssl/ohos_lite/include/openssl/
H
A
D
x509v3.h
367
# define
EXFLAG_SS
0x2000 /* cert is apparently self-signed */
macro
/third_party/node/deps/openssl/openssl/ssl/
H
A
D
ssl_cert.c
950
if (X509_get_extension_flags(x) &
EXFLAG_SS
) {
in ssl_build_cert_chain()
/third_party/openssl/ssl/
H
A
D
ssl_cert.c
950
if (X509_get_extension_flags(x) &
EXFLAG_SS
) {
in ssl_build_cert_chain()
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H
A
D
x509v3.h
654
# define
EXFLAG_SS
0x2000 /* cert is apparently self-signed */
macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H
A
D
x509v3.h
654
# define
EXFLAG_SS
0x2000 /* cert is apparently self-signed */
macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H
A
D
x509v3.h
654
# define
EXFLAG_SS
0x2000 /* cert is apparently self-signed */
macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H
A
D
x509v3.h
654
# define
EXFLAG_SS
0x2000 /* cert is apparently self-signed */
macro
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H
A
D
x509v3.h
654
# define
EXFLAG_SS
0x2000 /* cert is apparently self-signed */
macro
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H
A
D
x509v3.h
654
# define
EXFLAG_SS
0x2000 /* cert is apparently self-signed */
macro
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H
A
D
x509v3.h
654
# define
EXFLAG_SS
0x2000 /* cert is apparently self-signed */
macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H
A
D
x509v3.h
654
# define
EXFLAG_SS
0x2000 /* cert is apparently self-signed */
macro
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H
A
D
x509v3.h
654
# define
EXFLAG_SS
0x2000 /* cert is apparently self-signed */
macro
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H
A
D
x509v3.h
654
# define
EXFLAG_SS
0x2000 /* cert is apparently self-signed */
macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H
A
D
x509v3.h
654
# define
EXFLAG_SS
0x2000 /* cert is apparently self-signed */
macro
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H
A
D
x509v3.h
654
# define
EXFLAG_SS
0x2000 /* cert is apparently self-signed */
macro
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/
H
A
D
x509v3.h
654
# define
EXFLAG_SS
0x2000 /* cert is apparently self-signed */
macro
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H
A
D
x509v3.h
654
# define
EXFLAG_SS
0x2000 /* cert is apparently self-signed */
macro
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H
A
D
x509v3.h
654
# define
EXFLAG_SS
0x2000 /* cert is apparently self-signed */
macro
Completed in 88 milliseconds
1
2
3