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:cipher_data_size
(Results
1 - 1
of
1
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H
A
D
at_demo_hks.c
224
hi_u32
cipher_data_size
;
member
313
hi_u32
cipher_data_size
= *((hi_u32*)(FLASH_BASE_ADDR + flash_addr + sizeof(encrypt_param)));
in hks_get_conn_cipher_data()
local
316
blob_cipher_data->size =
cipher_data_size
;
in hks_get_conn_cipher_data()
434
enc_data.
cipher_data_size
= blob_cipher_text_with_tag.size;
in app_hks_encrypt_conn_para()
585
hi_void hks_get_cert_cipher_data(hi_u32 flash_addr, struct hks_blob *blob_cipher_data, hi_u32
cipher_data_size
)
in hks_get_cert_cipher_data()
argument
589
blob_cipher_data->size =
cipher_data_size
- sizeof(encrypt_param);
in hks_get_cert_cipher_data()
842
hi_u32
cipher_data_size
= 0;
in app_hks_decrypt_cert()
local
843
ret = app_hks_get_cert_store_addr(&cipher_data_save_addr, &
cipher_data_size
, 0);
in app_hks_decrypt_cert()
858
hks_get_cert_cipher_data(cipher_data_save_addr, &cipher_text_blob,
cipher_data_size
);
in app_hks_decrypt_cert()
Completed in 3 milliseconds