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:ccp_op
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ccp/
H
A
D
ccp-dev.h
221
struct
ccp_op
;
531
struct
ccp_op
{
struct
653
int (*aes)(struct
ccp_op
*);
654
int (*xts_aes)(struct
ccp_op
*);
655
int (*des3)(struct
ccp_op
*);
656
int (*sha)(struct
ccp_op
*);
657
int (*rsa)(struct
ccp_op
*);
658
int (*passthru)(struct
ccp_op
*);
659
int (*ecc)(struct
ccp_op
*);
H
A
D
ccp-dev-v3.c
74
static int ccp_do_cmd(struct
ccp_op
*op, u32 *cr, unsigned int cr_count)
in ccp_do_cmd()
148
static int ccp_perform_aes(struct
ccp_op
*op)
in ccp_perform_aes()
179
static int ccp_perform_xts_aes(struct
ccp_op
*op)
in ccp_perform_xts_aes()
206
static int ccp_perform_sha(struct
ccp_op
*op)
in ccp_perform_sha()
232
static int ccp_perform_rsa(struct
ccp_op
*op)
in ccp_perform_rsa()
253
static int ccp_perform_passthru(struct
ccp_op
*op)
in ccp_perform_passthru()
294
static int ccp_perform_ecc(struct
ccp_op
*op)
in ccp_perform_ecc()
H
A
D
ccp-ops.c
343
struct
ccp_op
*op, unsigned int block_size,
in ccp_prepare_data()
416
struct
ccp_op
*op)
in ccp_process_data()
433
struct
ccp_op
op;
in ccp_copy_to_from_sb()
481
struct
ccp_op
op;
in ccp_run_aes_cmac_cmd()
638
struct
ccp_op
op;
in ccp_run_aes_gcm_cmd()
921
struct
ccp_op
op;
in ccp_run_aes_cmd()
1098
struct
ccp_op
op;
in ccp_run_xts_aes_cmd()
1299
struct
ccp_op
op;
in ccp_run_des3_cmd()
1494
struct
ccp_op
op;
in ccp_run_sha_cmd()
1839
struct
ccp_op
o
in ccp_run_rsa_cmd()
[all...]
H
A
D
ccp-dev-v5.c
277
static int ccp5_perform_aes(struct
ccp_op
*op)
in ccp5_perform_aes()
322
static int ccp5_perform_xts_aes(struct
ccp_op
*op)
in ccp5_perform_xts_aes()
365
static int ccp5_perform_sha(struct
ccp_op
*op)
in ccp5_perform_sha()
406
static int ccp5_perform_des3(struct
ccp_op
*op)
in ccp5_perform_des3()
449
static int ccp5_perform_rsa(struct
ccp_op
*op)
in ccp5_perform_rsa()
491
static int ccp5_perform_passthru(struct
ccp_op
*op)
in ccp5_perform_passthru()
552
static int ccp5_perform_ecc(struct
ccp_op
*op)
in ccp5_perform_ecc()
/kernel/linux/linux-6.6/drivers/crypto/ccp/
H
A
D
ccp-dev.h
221
struct
ccp_op
;
531
struct
ccp_op
{
struct
653
int (*aes)(struct
ccp_op
*);
654
int (*xts_aes)(struct
ccp_op
*);
655
int (*des3)(struct
ccp_op
*);
656
int (*sha)(struct
ccp_op
*);
657
int (*rsa)(struct
ccp_op
*);
658
int (*passthru)(struct
ccp_op
*);
659
int (*ecc)(struct
ccp_op
*);
H
A
D
ccp-dev-v3.c
74
static int ccp_do_cmd(struct
ccp_op
*op, u32 *cr, unsigned int cr_count)
in ccp_do_cmd()
148
static int ccp_perform_aes(struct
ccp_op
*op)
in ccp_perform_aes()
179
static int ccp_perform_xts_aes(struct
ccp_op
*op)
in ccp_perform_xts_aes()
206
static int ccp_perform_sha(struct
ccp_op
*op)
in ccp_perform_sha()
232
static int ccp_perform_rsa(struct
ccp_op
*op)
in ccp_perform_rsa()
253
static int ccp_perform_passthru(struct
ccp_op
*op)
in ccp_perform_passthru()
294
static int ccp_perform_ecc(struct
ccp_op
*op)
in ccp_perform_ecc()
H
A
D
ccp-ops.c
343
struct
ccp_op
*op, unsigned int block_size,
in ccp_prepare_data()
416
struct
ccp_op
*op)
in ccp_process_data()
433
struct
ccp_op
op;
in ccp_copy_to_from_sb()
481
struct
ccp_op
op;
in ccp_run_aes_cmac_cmd()
638
struct
ccp_op
op;
in ccp_run_aes_gcm_cmd()
921
struct
ccp_op
op;
in ccp_run_aes_cmd()
1098
struct
ccp_op
op;
in ccp_run_xts_aes_cmd()
1299
struct
ccp_op
op;
in ccp_run_des3_cmd()
1494
struct
ccp_op
op;
in ccp_run_sha_cmd()
1839
struct
ccp_op
o
in ccp_run_rsa_cmd()
[all...]
H
A
D
ccp-dev-v5.c
277
static int ccp5_perform_aes(struct
ccp_op
*op)
in ccp5_perform_aes()
322
static int ccp5_perform_xts_aes(struct
ccp_op
*op)
in ccp5_perform_xts_aes()
365
static int ccp5_perform_sha(struct
ccp_op
*op)
in ccp5_perform_sha()
406
static int ccp5_perform_des3(struct
ccp_op
*op)
in ccp5_perform_des3()
449
static int ccp5_perform_rsa(struct
ccp_op
*op)
in ccp5_perform_rsa()
491
static int ccp5_perform_passthru(struct
ccp_op
*op)
in ccp5_perform_passthru()
552
static int ccp5_perform_ecc(struct
ccp_op
*op)
in ccp5_perform_ecc()
Completed in 12 milliseconds