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:siw_crypto_shash
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H
A
D
siw_main.c
62
struct crypto_shash *
siw_crypto_shash
;
variable
584
siw_crypto_shash
= crypto_alloc_shash("crc32c", 0, 0);
in siw_init_module()
585
if (IS_ERR(
siw_crypto_shash
)) {
in siw_init_module()
587
PTR_ERR(
siw_crypto_shash
));
in siw_init_module()
588
siw_crypto_shash
= NULL;
in siw_init_module()
610
if (
siw_crypto_shash
)
in siw_init_module()
611
crypto_free_shash(
siw_crypto_shash
);
in siw_init_module()
639
if (
siw_crypto_shash
)
in siw_exit_module()
640
crypto_free_shash(
siw_crypto_shash
);
in siw_exit_module()
H
A
D
siw_qp.c
232
if (
siw_crypto_shash
== NULL)
in siw_qp_enable_crc()
235
size = crypto_shash_descsize(
siw_crypto_shash
) +
in siw_qp_enable_crc()
247
c_tx->mpa_crc_hd->tfm =
siw_crypto_shash
;
in siw_qp_enable_crc()
248
c_rx->mpa_crc_hd->tfm =
siw_crypto_shash
;
in siw_qp_enable_crc()
H
A
D
siw.h
502
extern struct crypto_shash *
siw_crypto_shash
;
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H
A
D
siw_main.c
62
struct crypto_shash *
siw_crypto_shash
;
variable
533
siw_crypto_shash
= crypto_alloc_shash("crc32c", 0, 0);
in siw_init_module()
534
if (IS_ERR(
siw_crypto_shash
)) {
in siw_init_module()
536
PTR_ERR(
siw_crypto_shash
));
in siw_init_module()
537
siw_crypto_shash
= NULL;
in siw_init_module()
555
if (
siw_crypto_shash
)
in siw_init_module()
556
crypto_free_shash(
siw_crypto_shash
);
in siw_init_module()
578
if (
siw_crypto_shash
)
in siw_exit_module()
579
crypto_free_shash(
siw_crypto_shash
);
in siw_exit_module()
H
A
D
siw_qp.c
235
if (
siw_crypto_shash
== NULL)
in siw_qp_enable_crc()
238
size = crypto_shash_descsize(
siw_crypto_shash
) +
in siw_qp_enable_crc()
250
c_tx->mpa_crc_hd->tfm =
siw_crypto_shash
;
in siw_qp_enable_crc()
251
c_rx->mpa_crc_hd->tfm =
siw_crypto_shash
;
in siw_qp_enable_crc()
H
A
D
siw.h
504
extern struct crypto_shash *
siw_crypto_shash
;
Completed in 8 milliseconds