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:key_len
(Results
1 - 7
of
7
) sorted by relevance
/base/startup/hvb/libhvb/src/cmdline/
H
A
D
hvb_cmdline.c
27
uint64_t
key_len
, value_len;
in cmdline_append_option()
local
35
key_len
= hvb_strlen(key);
in cmdline_append_option()
38
option_len =
key_len
+ value_len + 2;
in cmdline_append_option()
46
hvb_memcpy(cmdline->buf + cmdline->cur_pos, key,
key_len
);
in cmdline_append_option()
47
cmdline->cur_pos +=
key_len
;
in cmdline_append_option()
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/include/
H
A
D
openssl_aes_helper.h
31
int32_t GenerateAesKey(const int
key_len
, struct HksBlob *randomKey);
/base/startup/hvb/libhvb/include/
H
A
D
hvb.h
79
uint64_t
key_len
;
member
/base/startup/hvb/libhvb/src/auth/
H
A
D
hvb.c
61
vd->
key_len
= 0;
in hvb_init_verified_data()
141
desc_size = sizeof(desc) - (PUBKEY_LEN - vd->
key_len
);
in hvb_walk_verify_nodes()
/base/security/huks/interfaces/inner_api/huks_lite/
H
A
D
hks_types.h
217
uint32_t
key_len
;
member
/base/startup/hvb/libhvb/src/cert/
H
A
D
hvb_cert.c
556
vd->
key_len
= out_pubk->size;
in cert_init_desc()
/base/startup/hvb/tools/
H
A
D
hvbtool.py
138
self.algo, self.flags, self.key_offset, self.
key_len
= struct.unpack('2I2Q', \
140
self.key = self.cert[240 + hash_payload_size + 112 : 240 + hash_payload_size + 112 + self.
key_len
]
Completed in 5 milliseconds