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:SignImpl
(Results
1 - 3
of
3
) sorted by relevance
/base/security/crypto_framework/frameworks/cj/src/
H
A
D
sign_impl.cpp
20
SignImpl
::
SignImpl
(HcfSign *signObj)
in SignImpl()
function in OHOS::CryptoFramework::SignImpl
25
SignImpl
::~
SignImpl
()
in ~SignImpl()
30
HcfResult
SignImpl
::Init(HcfPriKey *priKey)
in Init()
38
HcfResult
SignImpl
::Update(HcfBlob *input)
in Update()
46
HcfResult
SignImpl
::Sign(HcfBlob *input, HcfBlob *output)
in Sign()
54
HcfResult
SignImpl
::SetSignSpecByNum(int32_t itemValue)
in SetSignSpecByNum()
62
HcfResult
SignImpl
::SetSignSpecByArr(HcfBlob itemValue)
in SetSignSpecByArr()
70
HcfResult
SignImpl
[all...]
H
A
D
crypto_ffi.cpp
703
auto native = FFIData::Create<
SignImpl
>(signObj);
in FFiOHOSCryptoSignConstructor()
717
auto sign = FFIData::GetData<
SignImpl
>(sid);
in FFiOHOSSignInit()
739
auto sign = FFIData::GetData<
SignImpl
>(id);
in FFiOHOSSignUpdate()
751
auto sign = FFIData::GetData<
SignImpl
>(id);
in FFiOHOSSignSign()
763
auto sign = FFIData::GetData<
SignImpl
>(id);
in FFiOHOSSignSetSignSpecByNum()
775
auto sign = FFIData::GetData<
SignImpl
>(id);
in FFiOHOSSignSetSignSpecByArr()
787
auto sign = FFIData::GetData<
SignImpl
>(id);
in FFiOHOSSignGetSignSpecString()
799
auto sign = FFIData::GetData<
SignImpl
>(id);
in FFiOHOSSignGetSignSpecNum()
/base/security/crypto_framework/frameworks/cj/include/
H
A
D
sign_impl.h
27
class
SignImpl
: public OHOS::FFI::FFIData {
class
28
DECL_TYPE(
SignImpl
, OHOS::FFI::FFIData)
30
explicit
SignImpl
(HcfSign *signObj);
31
~
SignImpl
();
Completed in 4 milliseconds