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:starfive_cryp_dev
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/crypto/starfive/
H
A
D
jh7110-aes.c
52
static inline int starfive_aes_wait_busy(struct
starfive_cryp_dev
*cryp)
in starfive_aes_wait_busy()
60
static inline int starfive_aes_wait_keydone(struct
starfive_cryp_dev
*cryp)
in starfive_aes_wait_keydone()
68
static inline int starfive_aes_wait_gcmdone(struct
starfive_cryp_dev
*cryp)
in starfive_aes_wait_gcmdone()
76
static inline int is_gcm(struct
starfive_cryp_dev
*cryp)
in is_gcm()
81
static inline int is_encrypt(struct
starfive_cryp_dev
*cryp)
in is_encrypt()
88
struct
starfive_cryp_dev
*cryp = ctx->cryp;
in starfive_aes_aead_hw_start()
108
struct
starfive_cryp_dev
*cryp = ctx->cryp;
in starfive_aes_set_ivlen()
118
struct
starfive_cryp_dev
*cryp = ctx->cryp;
in starfive_aes_set_alen()
126
struct
starfive_cryp_dev
*cryp = ctx->cryp;
in starfive_aes_set_mlen()
143
struct
starfive_cryp_dev
*cry
in starfive_aes_write_iv()
[all...]
H
A
D
jh7110-cryp.c
37
struct
starfive_cryp_dev
*starfive_cryp_find_dev(struct starfive_cryp_ctx *ctx)
in starfive_cryp_find_dev()
39
struct
starfive_cryp_dev
*cryp = NULL, *tmp;
in starfive_cryp_find_dev()
64
static int starfive_dma_init(struct
starfive_cryp_dev
*cryp)
in starfive_dma_init()
86
static void starfive_dma_cleanup(struct
starfive_cryp_dev
*cryp)
in starfive_dma_cleanup()
96
struct
starfive_cryp_dev
*cryp = (struct
starfive_cryp_dev
*)priv;
in starfive_cryp_irq()
123
struct
starfive_cryp_dev
*cryp;
in starfive_cryp_probe()
238
struct
starfive_cryp_dev
*cryp = platform_get_drvdata(pdev);
in starfive_cryp_remove()
H
A
D
jh7110-hash.c
41
struct
starfive_cryp_dev
*cryp = ctx->cryp;
in starfive_hash_wait_busy()
50
struct
starfive_cryp_dev
*cryp = ctx->cryp;
in starfive_hash_wait_key_done()
60
struct
starfive_cryp_dev
*cryp = ctx->cryp;
in starfive_hash_hmac_key()
91
struct
starfive_cryp_dev
*cryp = ctx->cryp;
in starfive_hash_start()
116
struct
starfive_cryp_dev
*cryp = ctx->cryp;
in starfive_hash_xmit_dma()
171
struct
starfive_cryp_dev
*cryp = ctx->cryp;
in starfive_hash_xmit()
219
struct
starfive_cryp_dev
*cryp = (struct
starfive_cryp_dev
*)param;
in starfive_hash_done_task()
263
struct
starfive_cryp_dev
*cryp = ctx->cryp;
in starfive_hash_one_request()
360
struct
starfive_cryp_dev
*cry
in starfive_hash_digest()
[all...]
H
A
D
jh7110-rsa.c
45
struct
starfive_cryp_dev
*cryp = ctx->cryp;
in starfive_pka_wait_done()
53
struct
starfive_cryp_dev
*cryp = ctx->cryp;
in starfive_pka_irq_mask_clear()
92
struct
starfive_cryp_dev
*cryp = ctx->cryp;
in starfive_rsa_montgomery_form()
193
struct
starfive_cryp_dev
*cryp = ctx->cryp;
in starfive_rsa_cpu_start()
274
struct
starfive_cryp_dev
*cryp = ctx->cryp;
in starfive_rsa_enc_core()
310
struct
starfive_cryp_dev
*cryp = ctx->cryp;
in starfive_rsa_enc()
342
struct
starfive_cryp_dev
*cryp = ctx->cryp;
in starfive_rsa_dec()
H
A
D
jh7110-cryp.h
153
struct
starfive_cryp_dev
*cryp;
166
struct
starfive_cryp_dev
{
struct
223
struct
starfive_cryp_dev
*starfive_cryp_find_dev(struct starfive_cryp_ctx *ctx);
Completed in 4 milliseconds