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:af_alg_type
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/include/crypto/
H
A
D
if_alg.h
35
const struct
af_alg_type
*type;
45
struct
af_alg_type
{
struct
164
int af_alg_register_type(const struct
af_alg_type
*type);
165
int af_alg_unregister_type(const struct
af_alg_type
*type);
/kernel/linux/linux-6.6/include/crypto/
H
A
D
if_alg.h
33
const struct
af_alg_type
*type;
43
struct
af_alg_type
{
struct
162
int af_alg_register_type(const struct
af_alg_type
*type);
163
int af_alg_unregister_type(const struct
af_alg_type
*type);
/kernel/linux/linux-6.6/crypto/
H
A
D
af_alg.c
30
const struct
af_alg_type
*type;
43
static const struct
af_alg_type
*alg_get_type(const char *name)
in alg_get_type()
45
const struct
af_alg_type
*type = ERR_PTR(-ENOENT);
in alg_get_type()
62
int af_alg_register_type(const struct
af_alg_type
*type)
in af_alg_register_type()
92
int af_alg_unregister_type(const struct
af_alg_type
*type)
in af_alg_unregister_type()
113
static void alg_do_release(const struct
af_alg_type
*type, void *private)
in alg_do_release()
154
const struct
af_alg_type
*type;
in alg_bind()
211
const struct
af_alg_type
*type = ask->type;
in alg_setkey()
289
const struct
af_alg_type
*type = ask->type;
in alg_setkey_by_key_serial()
362
const struct
af_alg_type
*typ
in alg_setsockopt()
[all...]
H
A
D
algif_skcipher.c
349
static const struct
af_alg_type
algif_type_skcipher = {
H
A
D
algif_rng.c
315
static const struct
af_alg_type
algif_type_rng = {
H
A
D
algif_aead.c
565
static const struct
af_alg_type
algif_type_aead = {
H
A
D
algif_hash.c
449
static const struct
af_alg_type
algif_type_hash = {
/kernel/linux/linux-5.10/crypto/
H
A
D
af_alg.c
24
const struct
af_alg_type
*type;
40
static const struct
af_alg_type
*alg_get_type(const char *name)
in alg_get_type()
42
const struct
af_alg_type
*type = ERR_PTR(-ENOENT);
in alg_get_type()
59
int af_alg_register_type(const struct
af_alg_type
*type)
in af_alg_register_type()
89
int af_alg_unregister_type(const struct
af_alg_type
*type)
in af_alg_unregister_type()
110
static void alg_do_release(const struct
af_alg_type
*type, void *private)
in alg_do_release()
151
const struct
af_alg_type
*type;
in alg_bind()
208
const struct
af_alg_type
*type = ask->type;
in alg_setkey()
233
const struct
af_alg_type
*type;
in alg_setsockopt()
280
const struct
af_alg_type
*typ
in af_alg_accept()
[all...]
H
A
D
algif_skcipher.c
363
static const struct
af_alg_type
algif_type_skcipher = {
H
A
D
algif_rng.c
317
static const struct
af_alg_type
algif_type_rng = {
H
A
D
algif_aead.c
577
static const struct
af_alg_type
algif_type_aead = {
H
A
D
algif_hash.c
456
static const struct
af_alg_type
algif_type_hash = {
Completed in 12 milliseconds