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:sun4i_tfm_ctx
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun4i-ss/
H
A
D
sun4i-ss-cipher.c
18
struct
sun4i_tfm_ctx
*op = crypto_skcipher_ctx(tfm);
in sun4i_ss_opti_poll()
147
struct
sun4i_tfm_ctx
*op = crypto_skcipher_ctx(tfm);
in sun4i_ss_cipher_poll_fallback()
168
struct
sun4i_tfm_ctx
*op = crypto_skcipher_ctx(tfm);
in sun4i_ss_cipher_poll()
387
struct
sun4i_tfm_ctx
*op = crypto_skcipher_ctx(tfm);
in sun4i_ss_cbc_aes_encrypt()
398
struct
sun4i_tfm_ctx
*op = crypto_skcipher_ctx(tfm);
in sun4i_ss_cbc_aes_decrypt()
410
struct
sun4i_tfm_ctx
*op = crypto_skcipher_ctx(tfm);
in sun4i_ss_ecb_aes_encrypt()
421
struct
sun4i_tfm_ctx
*op = crypto_skcipher_ctx(tfm);
in sun4i_ss_ecb_aes_decrypt()
433
struct
sun4i_tfm_ctx
*op = crypto_skcipher_ctx(tfm);
in sun4i_ss_cbc_des_encrypt()
444
struct
sun4i_tfm_ctx
*op = crypto_skcipher_ctx(tfm);
in sun4i_ss_cbc_des_decrypt()
456
struct
sun4i_tfm_ctx
*o
in sun4i_ss_ecb_des_encrypt()
[all...]
H
A
D
sun4i-ss-hash.c
20
struct
sun4i_tfm_ctx
*op = crypto_tfm_ctx(tfm);
in sun4i_hash_crainit()
25
memset(op, 0, sizeof(struct
sun4i_tfm_ctx
));
in sun4i_hash_crainit()
41
struct
sun4i_tfm_ctx
*op = crypto_tfm_ctx(tfm);
in sun4i_hash_craexit()
194
struct
sun4i_tfm_ctx
*tfmctx = crypto_ahash_ctx(tfm);
in sun4i_hash()
H
A
D
sun4i-ss-core.c
103
.cra_ctxsize = sizeof(struct
sun4i_tfm_ctx
),
124
.cra_ctxsize = sizeof(struct
sun4i_tfm_ctx
),
H
A
D
sun4i-ss.h
170
struct
sun4i_tfm_ctx
{
struct
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun4i-ss/
H
A
D
sun4i-ss-cipher.c
18
struct
sun4i_tfm_ctx
*op = crypto_skcipher_ctx(tfm);
in sun4i_ss_opti_poll()
151
struct
sun4i_tfm_ctx
*op = crypto_skcipher_ctx(tfm);
in sun4i_ss_cipher_poll_fallback()
179
struct
sun4i_tfm_ctx
*op = crypto_skcipher_ctx(tfm);
in sun4i_ss_cipher_poll()
400
struct
sun4i_tfm_ctx
*op = crypto_skcipher_ctx(tfm);
in sun4i_ss_cbc_aes_encrypt()
411
struct
sun4i_tfm_ctx
*op = crypto_skcipher_ctx(tfm);
in sun4i_ss_cbc_aes_decrypt()
423
struct
sun4i_tfm_ctx
*op = crypto_skcipher_ctx(tfm);
in sun4i_ss_ecb_aes_encrypt()
434
struct
sun4i_tfm_ctx
*op = crypto_skcipher_ctx(tfm);
in sun4i_ss_ecb_aes_decrypt()
446
struct
sun4i_tfm_ctx
*op = crypto_skcipher_ctx(tfm);
in sun4i_ss_cbc_des_encrypt()
457
struct
sun4i_tfm_ctx
*op = crypto_skcipher_ctx(tfm);
in sun4i_ss_cbc_des_decrypt()
469
struct
sun4i_tfm_ctx
*o
in sun4i_ss_ecb_des_encrypt()
[all...]
H
A
D
sun4i-ss-hash.c
20
struct
sun4i_tfm_ctx
*op = crypto_tfm_ctx(tfm);
in sun4i_hash_crainit()
25
memset(op, 0, sizeof(struct
sun4i_tfm_ctx
));
in sun4i_hash_crainit()
41
struct
sun4i_tfm_ctx
*op = crypto_tfm_ctx(tfm);
in sun4i_hash_craexit()
195
struct
sun4i_tfm_ctx
*tfmctx = crypto_ahash_ctx(tfm);
in sun4i_hash()
H
A
D
sun4i-ss-core.c
103
.cra_ctxsize = sizeof(struct
sun4i_tfm_ctx
),
124
.cra_ctxsize = sizeof(struct
sun4i_tfm_ctx
),
H
A
D
sun4i-ss.h
176
struct
sun4i_tfm_ctx
{
struct
Completed in 6 milliseconds