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:s390_aes_ctx
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/crypto/
H
A
D
aes_s390.c
42
struct
s390_aes_ctx
{
struct
74
struct
s390_aes_ctx
*sctx = crypto_tfm_ctx(tfm);
in setkey_fallback_cip()
86
struct
s390_aes_ctx
*sctx = crypto_tfm_ctx(tfm);
in aes_set_key()
106
struct
s390_aes_ctx
*sctx = crypto_tfm_ctx(tfm);
in crypto_aes_encrypt()
117
struct
s390_aes_ctx
*sctx = crypto_tfm_ctx(tfm);
in crypto_aes_decrypt()
130
struct
s390_aes_ctx
*sctx = crypto_tfm_ctx(tfm);
in fallback_init_cip()
146
struct
s390_aes_ctx
*sctx = crypto_tfm_ctx(tfm);
in fallback_exit_cip()
159
.cra_ctxsize = sizeof(struct
s390_aes_ctx
),
177
struct
s390_aes_ctx
*sctx = crypto_skcipher_ctx(tfm);
in setkey_fallback_skcipher()
187
static int fallback_skcipher_crypt(struct
s390_aes_ctx
*sct
[all...]
/kernel/linux/linux-6.6/arch/s390/crypto/
H
A
D
aes_s390.c
43
struct
s390_aes_ctx
{
struct
75
struct
s390_aes_ctx
*sctx = crypto_tfm_ctx(tfm);
in setkey_fallback_cip()
87
struct
s390_aes_ctx
*sctx = crypto_tfm_ctx(tfm);
in aes_set_key()
107
struct
s390_aes_ctx
*sctx = crypto_tfm_ctx(tfm);
in crypto_aes_encrypt()
118
struct
s390_aes_ctx
*sctx = crypto_tfm_ctx(tfm);
in crypto_aes_decrypt()
131
struct
s390_aes_ctx
*sctx = crypto_tfm_ctx(tfm);
in fallback_init_cip()
147
struct
s390_aes_ctx
*sctx = crypto_tfm_ctx(tfm);
in fallback_exit_cip()
160
.cra_ctxsize = sizeof(struct
s390_aes_ctx
),
178
struct
s390_aes_ctx
*sctx = crypto_skcipher_ctx(tfm);
in setkey_fallback_skcipher()
188
static int fallback_skcipher_crypt(struct
s390_aes_ctx
*sct
[all...]
Completed in 2 milliseconds