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:NUM_OF_SO
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/common_modules/tzdriver/
H
A
D
teek_ns_client.h
194
#define
NUM_OF_SO
1
macro
206
uint8_t auth_hash_buf[MAX_SHA_256_SZ *
NUM_OF_SO
+ MAX_SHA_256_SZ];
212
unsigned char login_data[MAX_SHA_256_SZ *
NUM_OF_SO
+ MAX_SHA_256_SZ];
/kernel/linux/common_modules/tzdriver/auth/
H
A
D
client_hash_auth.c
267
for (i = 0; so_found <
NUM_OF_SO
&& i < KIND_OF_SO; i++) {
in proc_calc_hash()
273
if (so_found !=
NUM_OF_SO
)
in proc_calc_hash()
281
uint32_t so_hash_len = MAX_SHA_256_SZ *
NUM_OF_SO
;
in proc_calc_hash()
290
rc = calc_task_hash(session->auth_hash_buf + MAX_SHA_256_SZ *
NUM_OF_SO
,
in proc_calc_hash()
/kernel/linux/common_modules/tzdriver/core/
H
A
D
gp_ops.c
1134
smc_cmd->login_data_len = MAX_SHA_256_SZ * (
NUM_OF_SO
+ 1);
in check_login_for_encrypt()
Completed in 9 milliseconds