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:ixp4xx_algos
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/
H
A
D
ixp4xx_crypto.c
1217
static struct ixp_alg
ixp4xx_algos
[] = {
variable
1397
int num = ARRAY_SIZE(
ixp4xx_algos
);
in ixp_module_init()
1413
struct skcipher_alg *cra = &
ixp4xx_algos
[i].crypto;
in ixp_module_init()
1421
if (!support_aes && (
ixp4xx_algos
[i].cfg_enc & MOD_AES)) {
in ixp_module_init()
1446
ixp4xx_algos
[i].registered = 1;
in ixp_module_init()
1456
if (!support_aes && (
ixp4xx_algos
[i].cfg_enc & MOD_AES))
in ixp_module_init()
1486
int num = ARRAY_SIZE(
ixp4xx_algos
);
in ixp_module_exit()
1495
if (
ixp4xx_algos
[i].registered)
in ixp_module_exit()
1496
crypto_unregister_skcipher(&
ixp4xx_algos
[i].crypto);
in ixp_module_exit()
/kernel/linux/linux-6.6/drivers/crypto/intel/ixp4xx/
H
A
D
ixp4xx_crypto.c
1312
static struct ixp_alg
ixp4xx_algos
[] = {
variable
1487
int num = ARRAY_SIZE(
ixp4xx_algos
);
in ixp_crypto_probe()
1497
struct skcipher_alg *cra = &
ixp4xx_algos
[i].crypto;
in ixp_crypto_probe()
1503
if (!support_aes && (
ixp4xx_algos
[i].cfg_enc & MOD_AES))
in ixp_crypto_probe()
1528
ixp4xx_algos
[i].registered = 1;
in ixp_crypto_probe()
1538
if (!support_aes && (
ixp4xx_algos
[i].cfg_enc & MOD_AES))
in ixp_crypto_probe()
1568
int num = ARRAY_SIZE(
ixp4xx_algos
);
in ixp_crypto_remove()
1577
if (
ixp4xx_algos
[i].registered)
in ixp_crypto_remove()
1578
crypto_unregister_skcipher(&
ixp4xx_algos
[i].crypto);
in ixp_crypto_remove()
Completed in 5 milliseconds