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:total_len
(Results
1 - 5
of
5
) sorted by relevance
/base/startup/hvb/libhvb/src/crypto/
H
A
D
hvb_hash_sha256.c
294
hash_ctx->
total_len
= 0;
in hash_ctx_init()
326
hash_ctx->
total_len
= hash_ctx->
total_len
+ msg_len;
in hash_calc_update()
327
if (hash_ctx->
total_len
< msg_len) {
in hash_calc_update()
373
total_bit_len = hash_ctx->
total_len
* 8;
in hash_calc_do_final()
374
if (total_bit_len <= hash_ctx->
total_len
) {
in hash_calc_do_final()
/base/startup/hvb/libhvb/include/
H
A
D
hvb_crypto.h
52
uint32_t
total_len
;
member
/base/security/device_auth/frameworks/deviceauth_lite/source/huks_adapter/
H
A
D
huks_adapter.c
796
uint32_t
total_len
= service_id->length + auth_id->length + key_type_pair_size;
in generate_key_alias()
local
800
key_alias_buff.val = (uint8_t *)MALLOC(
total_len
+ 1);
in generate_key_alias()
806
key_alias_buff.size =
total_len
+ 1; /* one character longer for terminator */
in generate_key_alias()
807
key_alias_buff.length =
total_len
;
in generate_key_alias()
/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/unittest_mock/
H
A
D
huks_adapter_mock_for_pake.c
740
uint32_t
total_len
= service_id->length + auth_id->length + key_type_pair_size;
in generate_key_alias()
local
744
key_alias_buff.val = (uint8_t *)MALLOC(
total_len
+ 1);
in generate_key_alias()
750
key_alias_buff.size =
total_len
+ 1; /* one character longer for terminator */
in generate_key_alias()
751
key_alias_buff.length =
total_len
;
in generate_key_alias()
H
A
D
huks_adapter_mock.c
669
uint32_t
total_len
= service_id->length + auth_id->length + key_type_pair_size;
in generate_key_alias()
local
673
key_alias_buff.val = (uint8_t *)MALLOC(
total_len
+ 1);
in generate_key_alias()
679
key_alias_buff.size =
total_len
+ 1; /* one character longer for terminator */
in generate_key_alias()
680
key_alias_buff.length =
total_len
;
in generate_key_alias()
Completed in 10 milliseconds