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:ivOffset
(Results
1 - 4
of
4
) sorted by relevance
/base/security/huks/frameworks/crypto_lite/cipher/include/
H
A
D
cipher.h
54
int32_t
ivOffset
;
member
/base/security/huks/frameworks/crypto_lite/cipher/src/
H
A
D
cipher_aes.c
117
if ((ivBufLen < (ctx->iv.
ivOffset
+ ctx->iv.ivLen)) || (ctx->iv.
ivOffset
< 0) || (ctx->iv.ivLen <= 0)) {
in SetIv()
118
CIPHER_LOG_E("ivLen or
ivOffset
err.");
in SetIv()
127
int32_t ret = memcpy_s(ctx->iv.ivBuf, ctx->iv.ivLen, ivBuf + ctx->iv.
ivOffset
, ctx->iv.ivLen);
in SetIv()
151
ctx->iv.
ivOffset
= iv->
ivOffset
;
in InitAesCryptContext()
/base/security/huks/frameworks/crypto_lite/js/builtin/src/
H
A
D
cipher_module.cpp
111
double
ivOffset
= JSI::GetNumberProperty(args[0], "
ivOffset
");
in Aes()
local
132
iv.
ivOffset
=
ivOffset
;
in Aes()
/base/security/huks/frameworks/crypto_lite/js/napi/
H
A
D
cipher_napi.cpp
65
int32_t
ivOffset
= 0;
member
213
context->
ivOffset
= 0;
in ReadAesData()
254
status = napi_get_named_property(env, object, "
ivOffset
", &context->ivOffset_napi);
in GetAesProperties()
256
CIPHER_LOG_E("get
ivOffset
property fail");
in GetAesProperties()
316
iv.
ivOffset
= asyncContext->
ivOffset
;
in AesExcute()
Completed in 5 milliseconds