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:BCPkcs7Generator
(Results
1 - 6
of
6
) sorted by relevance
/developtools/hapsigner/hapsigntool_cpp/hap/sign/src/
H
A
D
bc_pkcs7_generator.cpp
29
BCPkcs7Generator
::~
BCPkcs7Generator
()
in ~BCPkcs7Generator()
32
int
BCPkcs7Generator
::GenerateSignedData(const std::string& content,
in GenerateSignedData()
66
int
BCPkcs7Generator
::PackagePKCS7(const std::string& content, const std::shared_ptr<Signer>& signer,
in PackagePKCS7()
H
A
D
sign_bin.cpp
134
std::unique_ptr<Pkcs7Generator> generator = std::make_unique<
BCPkcs7Generator
>();
in WriteSignDataToOutputFile()
H
A
D
sign_hap.cpp
56
std::shared_ptr<Pkcs7Generator> pkcs7Generator = std::make_shared<
BCPkcs7Generator
>();
in Sign()
/developtools/hapsigner/hapsigntool_cpp/hap/sign/include/
H
A
D
bc_pkcs7_generator.h
28
class
BCPkcs7Generator
: public Pkcs7Generator {
class
38
virtual ~
BCPkcs7Generator
();
/developtools/hapsigner/hapsigntool_cpp_test/unittest/signProfile/
H
A
D
profile_test.cpp
107
std::shared_ptr<Pkcs7Generator> generator = std::make_shared<
BCPkcs7Generator
>();
in HWTEST_F()
125
std::shared_ptr<Pkcs7Generator> generator = std::make_shared<
BCPkcs7Generator
>();
in HWTEST_F()
165
std::shared_ptr<Pkcs7Generator> pkcs7Generator = std::make_shared<
BCPkcs7Generator
>();
in HWTEST_F()
205
std::shared_ptr<Pkcs7Generator> pkcs7Generator = std::make_shared<
BCPkcs7Generator
>();
245
std::shared_ptr<Pkcs7Generator> pkcs7Generator = std::make_shared<
BCPkcs7Generator
>();
H
A
D
sign_profile_test.cpp
649
* @tc.desc: Test function of
BCPkcs7Generator
::GenerateSignedData() interface for SUCCESS
682
std::shared_ptr<Pkcs7Generator> pkcs7Generator = std::make_shared<
BCPkcs7Generator
>();
in HWTEST_F()
Completed in 4 milliseconds