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:MAX_HMAC_SIZE
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimodalinput/input/util/common/src/
H
A
D
input_event_data_transformation.cpp
450
uint8_t outBuf[
MAX_HMAC_SIZE
] = { 0 };
in MarshallingEnhanceData()
452
uint32_t enHanceDataLen =
MAX_HMAC_SIZE
;
in MarshallingEnhanceData()
455
if (result != 0 || enHanceDataLen >
MAX_HMAC_SIZE
) {
in MarshallingEnhanceData()
509
uint8_t outBuf[
MAX_HMAC_SIZE
] = { 0 };
in MarshallingEnhanceData()
511
uint32_t enHanceDataLen =
MAX_HMAC_SIZE
;
in MarshallingEnhanceData()
514
if (result != 0 || enHanceDataLen >
MAX_HMAC_SIZE
) {
in MarshallingEnhanceData()
535
if (enHanceDataLen == 0 || enHanceDataLen >
MAX_HMAC_SIZE
) {
in UnmarshallingEnhanceData()
/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/
H
A
D
input_event_serialization.cpp
555
uint8_t outBuf[
MAX_HMAC_SIZE
] = { 0 };
in MarshallingEnhanceData()
557
uint32_t enHanceDataLen =
MAX_HMAC_SIZE
;
in MarshallingEnhanceData()
560
if (result != 0 || enHanceDataLen >
MAX_HMAC_SIZE
) {
in MarshallingEnhanceData()
615
uint8_t outBuf[
MAX_HMAC_SIZE
] = { 0 };
in MarshallingEnhanceData()
617
uint32_t enHanceDataLen =
MAX_HMAC_SIZE
;
in MarshallingEnhanceData()
620
if (result != 0 || enHanceDataLen >
MAX_HMAC_SIZE
) {
in MarshallingEnhanceData()
642
if (enHanceDataLen == 0 || enHanceDataLen >
MAX_HMAC_SIZE
) {
in UnmarshallingEnhanceData()
/foundation/multimodalinput/input/util/common/include/
H
A
D
input_event_data_transformation.h
56
static constexpr uint32_t
MAX_HMAC_SIZE
= 64;
member in OHOS::MMI::InputEventDataTransformation
/foundation/multimodalinput/input/intention/cooperate/plugin/include/input_event_transmission/
H
A
D
input_event_serialization.h
65
static constexpr uint32_t
MAX_HMAC_SIZE
= 64;
member in OHOS::Msdp::DeviceStatus::Cooperate::InputEventSerialization
/foundation/window/window_manager/window_scene/session_manager/src/
H
A
D
scene_session_manager.cpp
5403
const uint32_t
MAX_HMAC_SIZE
= 64;
in FillSecCompEnhanceData()
local
5404
uint8_t outBuf[
MAX_HMAC_SIZE
] = { 0 };
in FillSecCompEnhanceData()
5406
uint32_t enhanceDataLen =
MAX_HMAC_SIZE
;
in FillSecCompEnhanceData()
Completed in 20 milliseconds