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:aad_len
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H
A
D
chachapoly.h
67
uint64_t
aad_len
; /**< The length (bytes) of the Additional Authenticated Data. */
member
201
* \param
aad_len
The length in Bytes of the AAD. The length has no
204
* This pointer can be \c NULL if `
aad_len
== 0`.
215
size_t
aad_len
);
289
* data (AAD). This pointer can be \c NULL if `
aad_len
== 0`.
290
* \param
aad_len
The length (in bytes) of the AAD data to process.
305
size_t
aad_len
,
321
* This pointer can be \c NULL if `
aad_len
== 0`.
322
* \param
aad_len
The length (in bytes) of the AAD data to process.
339
size_t
aad_len
,
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/extend/
H
A
D
ext_aead.c
177
static hi_s32 ext_ccm_gcm_mem_open(ext_ccm_gcm_mem *mem, symc_multi_pack *pack, compat_addr aad, hi_u32
aad_len
)
in ext_ccm_gcm_mem_open()
argument
194
ret = crypto_mem_open(&mem->aad, aad,
aad_len
);
in ext_ccm_gcm_mem_open()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_cipher.h
188
hi_u32
aad_len
; /**< Associated data length for CCM. */
member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/include/
H
A
D
hi_cipher_compat.h
226
hi_u32
aad_len
; /* Associated data for CCM and GCM. */
member
Completed in 4 milliseconds