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:GetHmacKeyLen
(Results
1 - 5
of
5
) sorted by relevance
/base/security/dlp_permission_service/frameworks/dlp_permission/src/
H
A
D
dlp_policy_parcel.cpp
107
if (!(out.WriteUint32(this->policyParams_.
GetHmacKeyLen
()))) {
in MarshallingKey()
110
if (this->policyParams_.
GetHmacKeyLen
() > 0) {
in MarshallingKey()
111
if (!(out.WriteBuffer(this->policyParams_.GetHmacKey(), this->policyParams_.
GetHmacKeyLen
()))) {
in MarshallingKey()
/base/security/dlp_permission_service/frameworks/common/include/
H
A
D
permission_policy.h
123
uint32_t
GetHmacKeyLen
() const;
/base/security/dlp_permission_service/services/dlp_permission/sa/sa_common/
H
A
D
dlp_permission_serializer.cpp
336
uint32_t hmacKeyHexLen = policy.
GetHmacKeyLen
() * BYTE_TO_HEX_OPER_LENGTH + 1;
in SerializeDlpPermission()
338
res = ByteToHexString(policy.GetHmacKey(), policy.
GetHmacKeyLen
(), hmacKeyHex.get(), hmacKeyHexLen);
in SerializeDlpPermission()
367
fileEnc[HMACKEY_LEN] = policy.
GetHmacKeyLen
();
in SerializeDlpPermission()
/base/security/dlp_permission_service/frameworks/common/src/
H
A
D
permission_policy.cpp
249
uint32_t PermissionPolicy::
GetHmacKeyLen
() const
in GetHmacKeyLen()
function in OHOS::Security::PermissionPolicy
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
H
A
D
dlp_file_manager.cpp
288
struct DlpBlob hmacKey = {.size = policy.
GetHmacKeyLen
(), .data = policy.GetHmacKey()};
in ParseDlpFileFormat()
Completed in 4 milliseconds