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:MacImpl
(Results
1 - 3
of
3
) sorted by relevance
/base/security/crypto_framework/frameworks/cj/src/
H
A
D
mac_impl.cpp
20
MacImpl
::
MacImpl
(HcfMac *macObj)
in MacImpl()
function in OHOS::CryptoFramework::MacImpl
25
MacImpl
::~
MacImpl
()
in ~MacImpl()
30
HcfResult
MacImpl
::MacInit(HcfSymKey *symKey)
in MacInit()
40
HcfResult
MacImpl
::MacUpdate(HcfBlob *input)
in MacUpdate()
50
HcfResult
MacImpl
::MacDoFinal(HcfBlob *output)
in MacDoFinal()
60
uint32_t
MacImpl
::GetMacLength()
in GetMacLength()
H
A
D
crypto_ffi.cpp
608
auto native = FFIData::Create<
MacImpl
>(macObj);
in FFiOHOSCryptoMacConstructor()
622
auto instance = FFIData::GetData<
MacImpl
>(id);
in FfiOHOSCryptoMacInit()
624
LOGE("[MAC]
MacImpl
instance not exist.");
in FfiOHOSCryptoMacInit()
648
auto instance = FFIData::GetData<
MacImpl
>(id);
in FfiOHOSCryptoMacUpdate()
661
auto instance = FFIData::GetData<
MacImpl
>(id);
in FfiOHOSCryptoMacDoFinal()
681
auto instance = FFIData::GetData<
MacImpl
>(id);
in FfiOHOSCryptoGetMacLength()
/base/security/crypto_framework/frameworks/cj/include/
H
A
D
mac_impl.h
27
class
MacImpl
: public OHOS::FFI::FFIData {
class
28
DECL_TYPE(
MacImpl
, OHOS::FFI::FFIData)
30
explicit
MacImpl
(HcfMac *macObj);
31
~
MacImpl
();
Completed in 5 milliseconds