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:cert_buffer_size
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/common_modules/tzdriver/core/
H
A
D
tc_client_driver.c
305
static bool is_cert_buffer_size_valid(int
cert_buffer_size
)
in is_cert_buffer_size_valid()
argument
318
if (
cert_buffer_size
> MAX_BUF_LEN ||
cert_buffer_size
== 0) {
in is_cert_buffer_size_valid()
327
uint8_t **cert_buffer, unsigned int *
cert_buffer_size
)
in alloc_login_buf()
329
*
cert_buffer_size
= (unsigned int)(MAX_PACKAGE_NAME_LEN +
in alloc_login_buf()
333
*cert_buffer = kmalloc(*
cert_buffer_size
, GFP_KERNEL);
in alloc_login_buf()
343
const void __user *buffer, unsigned int
cert_buffer_size
)
in client_login_prepare()
345
if (!is_cert_buffer_size_valid(
cert_buffer_size
))
in client_login_prepare()
348
if (copy_from_user(cert_buffer, buffer,
cert_buffer_size
) != 0) {
in client_login_prepare()
380
unsigned int
cert_buffer_size
in tc_ns_client_login_func()
local
326
alloc_login_buf(struct tc_ns_dev_file *dev_file, uint8_t **cert_buffer, unsigned int *
cert_buffer_size
)
alloc_login_buf()
argument
342
client_login_prepare(uint8_t *cert_buffer, const void __user *buffer, unsigned int
cert_buffer_size
)
client_login_prepare()
argument
[all...]
Completed in 2 milliseconds