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:common_glue_ctx
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/crypto/
H
A
D
glue_helper.h
31
struct
common_glue_ctx
{
struct
97
extern int glue_ecb_req_128bit(const struct
common_glue_ctx
*gctx,
103
extern int glue_cbc_decrypt_req_128bit(const struct
common_glue_ctx
*gctx,
106
extern int glue_ctr_req_128bit(const struct
common_glue_ctx
*gctx,
109
extern int glue_xts_req_128bit(const struct
common_glue_ctx
*gctx,
/kernel/linux/linux-5.10/arch/x86/crypto/
H
A
D
serpent_avx2_glue.c
39
static const struct
common_glue_ctx
serpent_enc = {
55
static const struct
common_glue_ctx
serpent_ctr = {
71
static const struct
common_glue_ctx
serpent_enc_xts = {
87
static const struct
common_glue_ctx
serpent_dec = {
103
static const struct
common_glue_ctx
serpent_dec_cbc = {
119
static const struct
common_glue_ctx
serpent_dec_xts = {
H
A
D
camellia_aesni_avx_glue.c
54
static const struct
common_glue_ctx
camellia_enc = {
70
static const struct
common_glue_ctx
camellia_ctr = {
86
static const struct
common_glue_ctx
camellia_enc_xts = {
99
static const struct
common_glue_ctx
camellia_dec = {
115
static const struct
common_glue_ctx
camellia_dec_cbc = {
131
static const struct
common_glue_ctx
camellia_dec_xts = {
H
A
D
camellia_aesni_avx2_glue.c
34
static const struct
common_glue_ctx
camellia_enc = {
53
static const struct
common_glue_ctx
camellia_ctr = {
72
static const struct
common_glue_ctx
camellia_enc_xts = {
88
static const struct
common_glue_ctx
camellia_dec = {
107
static const struct
common_glue_ctx
camellia_dec_cbc = {
126
static const struct
common_glue_ctx
camellia_dec_xts = {
H
A
D
twofish_avx_glue.c
82
static const struct
common_glue_ctx
twofish_enc = {
98
static const struct
common_glue_ctx
twofish_ctr = {
114
static const struct
common_glue_ctx
twofish_enc_xts = {
127
static const struct
common_glue_ctx
twofish_dec = {
143
static const struct
common_glue_ctx
twofish_dec_cbc = {
159
static const struct
common_glue_ctx
twofish_dec_xts = {
H
A
D
serpent_avx_glue.c
99
static const struct
common_glue_ctx
serpent_enc = {
112
static const struct
common_glue_ctx
serpent_ctr = {
125
static const struct
common_glue_ctx
serpent_enc_xts = {
138
static const struct
common_glue_ctx
serpent_dec = {
151
static const struct
common_glue_ctx
serpent_dec_cbc = {
164
static const struct
common_glue_ctx
serpent_dec_xts = {
H
A
D
cast6_avx_glue.c
64
static const struct
common_glue_ctx
cast6_enc = {
77
static const struct
common_glue_ctx
cast6_ctr = {
90
static const struct
common_glue_ctx
cast6_enc_xts = {
103
static const struct
common_glue_ctx
cast6_dec = {
116
static const struct
common_glue_ctx
cast6_dec_cbc = {
129
static const struct
common_glue_ctx
cast6_dec_xts = {
H
A
D
twofish_glue_3way.c
95
static const struct
common_glue_ctx
twofish_enc = {
108
static const struct
common_glue_ctx
twofish_ctr = {
121
static const struct
common_glue_ctx
twofish_dec = {
134
static const struct
common_glue_ctx
twofish_dec_cbc = {
H
A
D
serpent_sse2_glue.c
82
static const struct
common_glue_ctx
serpent_enc = {
95
static const struct
common_glue_ctx
serpent_ctr = {
108
static const struct
common_glue_ctx
serpent_dec = {
121
static const struct
common_glue_ctx
serpent_dec_cbc = {
H
A
D
glue_helper.c
21
int glue_ecb_req_128bit(const struct
common_glue_ctx
*gctx,
in glue_ecb_req_128bit()
98
int glue_cbc_decrypt_req_128bit(const struct
common_glue_ctx
*gctx,
in glue_cbc_decrypt_req_128bit()
159
int glue_ctr_req_128bit(const struct
common_glue_ctx
*gctx,
in glue_ctr_req_128bit()
229
static unsigned int __glue_xts_req_128bit(const struct
common_glue_ctx
*gctx,
in __glue_xts_req_128bit()
265
int glue_xts_req_128bit(const struct
common_glue_ctx
*gctx,
in glue_xts_req_128bit()
H
A
D
camellia_glue.c
1313
static const struct
common_glue_ctx
camellia_enc = {
1326
static const struct
common_glue_ctx
camellia_ctr = {
1339
static const struct
common_glue_ctx
camellia_dec = {
1352
static const struct
common_glue_ctx
camellia_dec_cbc = {
H
A
D
aesni-intel_glue.c
563
static const struct
common_glue_ctx
aesni_enc_xts = {
576
static const struct
common_glue_ctx
aesni_dec_xts = {
Completed in 9 milliseconds