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:GetCertChains
(Results
1 - 6
of
6
) sorted by relevance
/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapSign/
H
A
D
hap_openssl_utils_test.cpp
209
* @tc.desc: This function tests success for interface
GetCertChains
due to Pkcs7Context not init
217
bool ret = VerifyHapOpensslUtils::
GetCertChains
(p7, pkcs7Context);
in HWTEST_F()
223
* @tc.desc: This function tests success for interface
GetCertChains
due to Pkcs7Context not init complete
234
bool ret = VerifyHapOpensslUtils::
GetCertChains
(pkcsBak, pkcs7Context);
in HWTEST_F()
/developtools/hapsigner/hapsigntool_cpp/utils/include/
H
A
D
verify_hap_openssl_utils.h
39
DLL_EXPORT static bool
GetCertChains
(PKCS7* p7, Pkcs7Context& pkcs7Context);
/developtools/hapsigner/hapsigntool_cpp/utils/src/
H
A
D
verify_hap_openssl_utils.cpp
66
bool VerifyHapOpensslUtils::
GetCertChains
(PKCS7* p7, Pkcs7Context& pkcs7Context)
in GetCertChains()
function in OHOS::SignatureTools::VerifyHapOpensslUtils
/developtools/hapsigner/hapsigntool_cpp/hap/verify/src/
H
A
D
verify_hap.cpp
328
if (!VerifyHapOpensslUtils::
GetCertChains
(pkcs7Context.p7, pkcs7Context)) {
in VerifyAppPkcs7()
329
SIGNATURE_TOOLS_LOGE("
GetCertChains
from pkcs7 failed");
in VerifyAppPkcs7()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapVerify/
H
A
D
hap_signer_block_utils_test.cpp
575
bool ret = VerifyHapOpensslUtils::
GetCertChains
(pkcs7, pkcs7Context);
in HWTEST_F()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/generateCA/
H
A
D
generate_sub_ca_test.cpp
796
* @tc.desc: Test function of
GetCertChains
() interface for get certchain in p7b FAIL.
804
bool ret = VerifyHapOpensslUtils::
GetCertChains
(p7, pkcs7Context);
in HWTEST_F()
809
* @tc.desc: Test function of
GetCertChains
() interface for get certchain in p7b FAIL.
817
bool ret = VerifyHapOpensslUtils::
GetCertChains
(p7, pkcs7Context);
in HWTEST_F()
Completed in 13 milliseconds