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:precomputed_s
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/lib/crypto/
H
A
D
poly1305-donna32.c
24
key->
precomputed_s
.r[0] = key->key.r[1] * 5;
in poly1305_core_setkey()
25
key->
precomputed_s
.r[1] = key->key.r[2] * 5;
in poly1305_core_setkey()
26
key->
precomputed_s
.r[2] = key->key.r[3] * 5;
in poly1305_core_setkey()
27
key->
precomputed_s
.r[3] = key->key.r[4] * 5;
in poly1305_core_setkey()
53
s1 = key->
precomputed_s
.r[0];
in poly1305_core_blocks()
54
s2 = key->
precomputed_s
.r[1];
in poly1305_core_blocks()
55
s3 = key->
precomputed_s
.r[2];
in poly1305_core_blocks()
56
s4 = key->
precomputed_s
.r[3];
in poly1305_core_blocks()
H
A
D
poly1305-donna64.c
29
key->
precomputed_s
.r64[0] = key->key.r64[1] * 20;
in poly1305_core_setkey()
30
key->
precomputed_s
.r64[1] = key->key.r64[2] * 20;
in poly1305_core_setkey()
59
s1 = key->
precomputed_s
.r64[0];
in poly1305_core_blocks()
60
s2 = key->
precomputed_s
.r64[1];
in poly1305_core_blocks()
/kernel/linux/linux-6.6/lib/crypto/
H
A
D
poly1305-donna32.c
24
key->
precomputed_s
.r[0] = key->key.r[1] * 5;
in poly1305_core_setkey()
25
key->
precomputed_s
.r[1] = key->key.r[2] * 5;
in poly1305_core_setkey()
26
key->
precomputed_s
.r[2] = key->key.r[3] * 5;
in poly1305_core_setkey()
27
key->
precomputed_s
.r[3] = key->key.r[4] * 5;
in poly1305_core_setkey()
53
s1 = key->
precomputed_s
.r[0];
in poly1305_core_blocks()
54
s2 = key->
precomputed_s
.r[1];
in poly1305_core_blocks()
55
s3 = key->
precomputed_s
.r[2];
in poly1305_core_blocks()
56
s4 = key->
precomputed_s
.r[3];
in poly1305_core_blocks()
H
A
D
poly1305-donna64.c
27
key->
precomputed_s
.r64[0] = key->key.r64[1] * 20;
in poly1305_core_setkey()
28
key->
precomputed_s
.r64[1] = key->key.r64[2] * 20;
in poly1305_core_setkey()
57
s1 = key->
precomputed_s
.r64[0];
in poly1305_core_blocks()
58
s2 = key->
precomputed_s
.r64[1];
in poly1305_core_blocks()
/kernel/linux/linux-5.10/include/crypto/
H
A
D
poly1305.h
31
struct poly1305_key
precomputed_s
;
member
/kernel/linux/linux-6.6/include/crypto/
H
A
D
poly1305.h
31
struct poly1305_key
precomputed_s
;
member
Completed in 3 milliseconds