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:pkg_name_len
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/common_modules/tzdriver/auth/
H
A
D
client_hash_auth.c
366
ret = memcpy_s(buf, buf_len, dev_file->pkg_name, dev_file->
pkg_name_len
);
in construct_hashdata()
371
buf += dev_file->
pkg_name_len
;
in construct_hashdata()
372
buf_len -= dev_file->
pkg_name_len
;
in construct_hashdata()
463
indata_len = hash_dev_file->
pkg_name_len
+ FIXED_PKG_NAME_LENGTH;
in set_login_information_hash()
465
indata_len = hash_dev_file->
pkg_name_len
+ hash_dev_file->pub_key_len;
in set_login_information_hash()
491
hash_dev_file->
pkg_name_len
= SHA256_DIGEST_LENGTH;
in set_login_information_hash()
/kernel/linux/common_modules/tzdriver/core/
H
A
D
tc_client_driver.c
256
dev_file->
pkg_name_len
= 0;
in get_pack_name_len()
264
dev_file->
pkg_name_len
= tmp_len;
in get_pack_name_len()
265
tlogd("package name len is %u\n", dev_file->
pkg_name_len
);
in get_pack_name_len()
330
MAX_PUBKEY_LEN + sizeof(dev_file->
pkg_name_len
) +
in alloc_login_buf()
390
dev_file->
pkg_name_len
= 0;
in tc_ns_client_login_func()
417
cert_buffer += sizeof(dev_file->
pkg_name_len
);
in tc_ns_client_login_func()
420
dev_file->
pkg_name_len
) != 0) {
in tc_ns_client_login_func()
424
cert_buffer += dev_file->
pkg_name_len
;
in tc_ns_client_login_func()
H
A
D
session_manager.c
436
if (dev_file->
pkg_name_len
== 0)
in set_login_information()
443
size_addr = (__u64)(uintptr_t)&dev_file->
pkg_name_len
;
in set_login_information()
466
dev_file->
pkg_name_len
= strlen((unsigned char *)dev_file->pkg_name);
in set_login_information()
H
A
D
teek_client_api.c
413
dev_file->
pkg_name_len
= operation->params[3].tmpref.size;
in check_open_sess_params()
/kernel/linux/common_modules/tzdriver/
H
A
D
teek_ns_client.h
118
uint32_t
pkg_name_len
;
member
Completed in 7 milliseconds