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:gf128
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/crypto/
H
A
D
ghash-generic.c
64
if (ctx->
gf128
)
in ghash_setkey()
65
gf128mul_free_4k(ctx->
gf128
);
in ghash_setkey()
69
ctx->
gf128
= gf128mul_init_4k_lle(&k);
in ghash_setkey()
72
if (!ctx->
gf128
)
in ghash_setkey()
96
gf128mul_4k_lle((be128 *)dst, ctx->
gf128
);
in ghash_update()
101
gf128mul_4k_lle((be128 *)dst, ctx->
gf128
);
in ghash_update()
125
gf128mul_4k_lle((be128 *)dst, ctx->
gf128
);
in ghash_flush()
146
if (ctx->
gf128
)
in ghash_exit_tfm()
147
gf128mul_free_4k(ctx->
gf128
);
in ghash_exit_tfm()
/kernel/linux/linux-6.6/crypto/
H
A
D
ghash-generic.c
64
if (ctx->
gf128
)
in ghash_setkey()
65
gf128mul_free_4k(ctx->
gf128
);
in ghash_setkey()
69
ctx->
gf128
= gf128mul_init_4k_lle(&k);
in ghash_setkey()
72
if (!ctx->
gf128
)
in ghash_setkey()
96
gf128mul_4k_lle((be128 *)dst, ctx->
gf128
);
in ghash_update()
101
gf128mul_4k_lle((be128 *)dst, ctx->
gf128
);
in ghash_update()
125
gf128mul_4k_lle((be128 *)dst, ctx->
gf128
);
in ghash_flush()
146
if (ctx->
gf128
)
in ghash_exit_tfm()
147
gf128mul_free_4k(ctx->
gf128
);
in ghash_exit_tfm()
H
A
D
polyval-generic.c
58
struct gf128mul_4k *
gf128
;
member
128
gf128mul_free_4k(ctx->
gf128
);
in polyval_setkey()
134
ctx->
gf128
= gf128mul_init_4k_lle(&k);
in polyval_setkey()
137
if (!ctx->
gf128
)
in polyval_setkey()
172
gf128mul_4k_lle(&dctx->buffer128, ctx->
gf128
);
in polyval_update()
178
gf128mul_4k_lle(&dctx->buffer128, ctx->
gf128
);
in polyval_update()
199
gf128mul_4k_lle(&dctx->buffer128, ctx->
gf128
);
in polyval_final()
208
gf128mul_free_4k(ctx->
gf128
);
in polyval_exit_tfm()
/kernel/linux/linux-5.10/include/crypto/
H
A
D
ghash.h
16
struct gf128mul_4k *
gf128
;
member
/kernel/linux/linux-6.6/include/crypto/
H
A
D
ghash.h
16
struct gf128mul_4k *
gf128
;
member
Completed in 2 milliseconds