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:op_aead
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/nx/
H
A
D
nx.c
319
nx_ctx->
op_aead
.flags = function;
in nx_ctx_init()
320
nx_ctx->
op_aead
.csbcpb = __pa(nx_ctx->csbcpb_aead);
in nx_ctx_init()
321
nx_ctx->
op_aead
.in = __pa(nx_ctx->in_sg);
in nx_ctx_init()
322
nx_ctx->
op_aead
.out = __pa(nx_ctx->out_sg);
in nx_ctx_init()
H
A
D
nx.h
124
struct vio_pfo_op
op_aead
;/* operation struct for csbcpb_aead */
member
H
A
D
nx-aes-gcm.c
145
nx_ctx->
op_aead
.inlen = (nx_ctx->in_sg - nx_sg)
in nx_gca()
148
rc = nx_hcall_sync(nx_ctx, &nx_ctx->
op_aead
,
in nx_gca()
H
A
D
nx-aes-ccm.c
299
nx_ctx->
op_aead
.inlen = (nx_ctx->in_sg - nx_insg) *
in generate_pat()
304
rc = nx_hcall_sync(nx_ctx, &nx_ctx->
op_aead
,
in generate_pat()
/kernel/linux/linux-6.6/drivers/crypto/nx/
H
A
D
nx.c
320
nx_ctx->
op_aead
.flags = function;
in nx_ctx_init()
321
nx_ctx->
op_aead
.csbcpb = __pa(nx_ctx->csbcpb_aead);
in nx_ctx_init()
322
nx_ctx->
op_aead
.in = __pa(nx_ctx->in_sg);
in nx_ctx_init()
323
nx_ctx->
op_aead
.out = __pa(nx_ctx->out_sg);
in nx_ctx_init()
H
A
D
nx.h
124
struct vio_pfo_op
op_aead
;/* operation struct for csbcpb_aead */
member
H
A
D
nx-aes-gcm.c
145
nx_ctx->
op_aead
.inlen = (nx_ctx->in_sg - nx_sg)
in nx_gca()
148
rc = nx_hcall_sync(nx_ctx, &nx_ctx->
op_aead
,
in nx_gca()
H
A
D
nx-aes-ccm.c
296
nx_ctx->
op_aead
.inlen = (nx_ctx->in_sg - nx_insg) *
in generate_pat()
301
rc = nx_hcall_sync(nx_ctx, &nx_ctx->
op_aead
,
in generate_pat()
Completed in 7 milliseconds