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:VerifyImpl
(Results
1 - 3
of
3
) sorted by relevance
/base/security/crypto_framework/frameworks/cj/src/
H
A
D
verify_impl.cpp
20
VerifyImpl
::
VerifyImpl
(HcfVerify *verify)
in VerifyImpl()
function in OHOS::CryptoFramework::VerifyImpl
25
VerifyImpl
::~
VerifyImpl
()
in ~VerifyImpl()
30
HcfResult
VerifyImpl
::Init(HcfPubKey *pubKey)
in Init()
38
HcfResult
VerifyImpl
::Update(HcfBlob *input)
in Update()
46
bool
VerifyImpl
::Verify(HcfBlob *data, HcfBlob signatureData, int32_t *errCode)
in Verify()
56
HcfResult
VerifyImpl
::Recover(HcfBlob input, HcfBlob *output)
in Recover()
64
HcfResult
VerifyImpl
::SetVerifySpecByNum(int32_t itemValue)
in SetVerifySpecByNum()
72
HcfResult
VerifyImpl
[all...]
H
A
D
crypto_ffi.cpp
819
auto native = FFIData::Create<
VerifyImpl
>(verify);
in FFiOHOSVerifyConstructor()
833
auto verify = FFIData::GetData<
VerifyImpl
>(sid);
in FFiOHOSVerifyInit()
855
auto verify = FFIData::GetData<
VerifyImpl
>(id);
in FFiOHOSVerifyUpdate()
867
auto verify = FFIData::GetData<
VerifyImpl
>(id);
in FFiOHOSVerifyVerify()
879
auto verify = FFIData::GetData<
VerifyImpl
>(id);
in FFiOHOSVerifyRecover()
892
auto verify = FFIData::GetData<
VerifyImpl
>(id);
in FFiOHOSVerifySetVerifySpecByNum()
904
auto verify = FFIData::GetData<
VerifyImpl
>(id);
in FFiOHOSVerifySetVerifySpecByArr()
916
auto verify = FFIData::GetData<
VerifyImpl
>(id);
in FFiOHOSVerifyGetVerifySpecString()
928
auto verify = FFIData::GetData<
VerifyImpl
>(id);
in FFiOHOSVerifyGetVerifySpecNum()
/base/security/crypto_framework/frameworks/cj/include/
H
A
D
verify_impl.h
24
class
VerifyImpl
: public OHOS::FFI::FFIData {
class
25
DECL_TYPE(
VerifyImpl
, OHOS::FFI::FFIData)
27
explicit
VerifyImpl
(HcfVerify *verify);
28
~
VerifyImpl
();
Completed in 5 milliseconds