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:x509Crl
(Results
1 - 5
of
5
) sorted by relevance
/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/process_cmd/processcmd024_fuzzer/
H
A
D
processcmd024_fuzzer.cpp
51
X509_CRL*
x509Crl
= nullptr;
in DoSomethingInterestingWithMyAPI()
local
61
x509Crl
= VerifyCertOpensslUtils::GetCrlBySignedCertIssuer(nullptr, nullptr);
in DoSomethingInterestingWithMyAPI()
/developtools/hapsigner/hapsigntool_cpp/utils/src/
H
A
D
verify_cert_openssl_utils.cpp
221
X509_CRL*
x509Crl
= sk_X509_CRL_value(crls, i);
variable
222
if (
x509Crl
== nullptr) {
225
X509_NAME* crlIssuer = X509_CRL_get_issuer(
x509Crl
);
227
return
x509Crl
;
H
A
D
verify_hap_openssl_utils.cpp
136
bool VerifyHapOpensslUtils::GetCrlStack(PKCS7* p7, STACK_OF(X509_CRL)*
x509Crl
)
in GetCrlStack()
argument
141
x509Crl
= p7->d.sign->crl;
in GetCrlStack()
/developtools/hapsigner/hapsigntool_cpp/utils/include/
H
A
D
verify_hap_openssl_utils.h
41
DLL_EXPORT static bool GetCrlStack(PKCS7* p7, STACK_OF(X509_CRL)*
x509Crl
);
/developtools/hapsigner/hapsigntool_cpp/hap/verify/src/
H
A
D
verify_hap.cpp
208
STACK_OF(X509_CRL)*
x509Crl
= nullptr;
in Verify()
209
if (!VerifyHapOpensslUtils::GetCrlStack(pkcs7Context.p7,
x509Crl
)) {
in Verify()
214
if (!VerifyCertOpensslUtils::VerifyCrl(pkcs7Context.certChain[0],
x509Crl
, pkcs7Context)) {
in Verify()
Completed in 3 milliseconds