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:gph
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/
H
A
D
nitrox_skcipher.c
266
creq->
gph
.param0 = cpu_to_be16(skreq->cryptlen);
in nitrox_skcipher_crypt()
267
creq->
gph
.param1 = 0;
in nitrox_skcipher_crypt()
269
creq->
gph
.param2 = cpu_to_be16(ivsize);
in nitrox_skcipher_crypt()
270
creq->
gph
.param3 = 0;
in nitrox_skcipher_crypt()
H
A
D
nitrox_aead.c
166
creq->
gph
.param0 = cpu_to_be16(rctx->cryptlen);
in nitrox_set_creq()
167
creq->
gph
.param1 = cpu_to_be16(rctx->cryptlen + rctx->assoclen);
in nitrox_set_creq()
168
creq->
gph
.param2 = cpu_to_be16(rctx->ivsize + rctx->assoclen);
in nitrox_set_creq()
171
creq->
gph
.param3 = cpu_to_be16(param3.param);
in nitrox_set_creq()
H
A
D
nitrox_req.h
61
* @
gph
: GP Header
74
struct gphdr
gph
;
member
H
A
D
nitrox_reqmgr.c
481
sr->instr.fdata[0] = *((u64 *)&req->
gph
);
in nitrox_process_se_request()
/kernel/linux/linux-6.6/drivers/crypto/cavium/nitrox/
H
A
D
nitrox_skcipher.c
266
creq->
gph
.param0 = cpu_to_be16(skreq->cryptlen);
in nitrox_skcipher_crypt()
267
creq->
gph
.param1 = 0;
in nitrox_skcipher_crypt()
269
creq->
gph
.param2 = cpu_to_be16(ivsize);
in nitrox_skcipher_crypt()
270
creq->
gph
.param3 = 0;
in nitrox_skcipher_crypt()
H
A
D
nitrox_aead.c
165
creq->
gph
.param0 = cpu_to_be16(rctx->cryptlen);
in nitrox_set_creq()
166
creq->
gph
.param1 = cpu_to_be16(rctx->cryptlen + rctx->assoclen);
in nitrox_set_creq()
167
creq->
gph
.param2 = cpu_to_be16(rctx->ivsize + rctx->assoclen);
in nitrox_set_creq()
170
creq->
gph
.param3 = cpu_to_be16(param3.param);
in nitrox_set_creq()
H
A
D
nitrox_req.h
61
* @
gph
: GP Header
74
struct gphdr
gph
;
member
H
A
D
nitrox_reqmgr.c
486
sr->instr.fdata[0] = *((u64 *)&req->
gph
);
in nitrox_process_se_request()
Completed in 7 milliseconds