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:inv_mix_columns
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/lib/crypto/
H
A
D
aes.c
125
static u32
inv_mix_columns
(u32 x)
in inv_mix_columns()
function
237
ctx->key_dec[i] =
inv_mix_columns
(ctx->key_enc[j]);
in aes_expandkey()
238
ctx->key_dec[i + 1] =
inv_mix_columns
(ctx->key_enc[j + 1]);
in aes_expandkey()
239
ctx->key_dec[i + 2] =
inv_mix_columns
(ctx->key_enc[j + 2]);
in aes_expandkey()
240
ctx->key_dec[i + 3] =
inv_mix_columns
(ctx->key_enc[j + 3]);
in aes_expandkey()
333
st1[0] =
inv_mix_columns
(inv_subshift(st0, 0)) ^ rkp[0];
in aes_decrypt()
334
st1[1] =
inv_mix_columns
(inv_subshift(st0, 1)) ^ rkp[1];
in aes_decrypt()
335
st1[2] =
inv_mix_columns
(inv_subshift(st0, 2)) ^ rkp[2];
in aes_decrypt()
336
st1[3] =
inv_mix_columns
(inv_subshift(st0, 3)) ^ rkp[3];
in aes_decrypt()
341
st0[0] =
inv_mix_columns
(inv_subshif
in aes_decrypt()
[all...]
/kernel/linux/linux-6.6/lib/crypto/
H
A
D
aes.c
125
static u32
inv_mix_columns
(u32 x)
in inv_mix_columns()
function
237
ctx->key_dec[i] =
inv_mix_columns
(ctx->key_enc[j]);
in aes_expandkey()
238
ctx->key_dec[i + 1] =
inv_mix_columns
(ctx->key_enc[j + 1]);
in aes_expandkey()
239
ctx->key_dec[i + 2] =
inv_mix_columns
(ctx->key_enc[j + 2]);
in aes_expandkey()
240
ctx->key_dec[i + 3] =
inv_mix_columns
(ctx->key_enc[j + 3]);
in aes_expandkey()
333
st1[0] =
inv_mix_columns
(inv_subshift(st0, 0)) ^ rkp[0];
in aes_decrypt()
334
st1[1] =
inv_mix_columns
(inv_subshift(st0, 1)) ^ rkp[1];
in aes_decrypt()
335
st1[2] =
inv_mix_columns
(inv_subshift(st0, 2)) ^ rkp[2];
in aes_decrypt()
336
st1[3] =
inv_mix_columns
(inv_subshift(st0, 3)) ^ rkp[3];
in aes_decrypt()
341
st0[0] =
inv_mix_columns
(inv_subshif
in aes_decrypt()
[all...]
Completed in 2 milliseconds