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:words32
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/crypto/
H
A
D
aegis.h
20
__le32
words32
[AEGIS_BLOCK_SIZE / sizeof(__le32)];
member
54
dst->
words32
[0] = cpu_to_le32(d0) ^ key->
words32
[0];
in crypto_aegis_aesenc()
55
dst->
words32
[1] = cpu_to_le32(d1) ^ key->
words32
[1];
in crypto_aegis_aesenc()
56
dst->
words32
[2] = cpu_to_le32(d2) ^ key->
words32
[2];
in crypto_aegis_aesenc()
57
dst->
words32
[3] = cpu_to_le32(d3) ^ key->
words32
[3];
in crypto_aegis_aesenc()
/kernel/linux/linux-6.6/crypto/
H
A
D
aegis.h
20
__le32
words32
[AEGIS_BLOCK_SIZE / sizeof(__le32)];
member
73
dst->
words32
[0] = cpu_to_le32(d0) ^ key->
words32
[0];
in crypto_aegis_aesenc()
74
dst->
words32
[1] = cpu_to_le32(d1) ^ key->
words32
[1];
in crypto_aegis_aesenc()
75
dst->
words32
[2] = cpu_to_le32(d2) ^ key->
words32
[2];
in crypto_aegis_aesenc()
76
dst->
words32
[3] = cpu_to_le32(d3) ^ key->
words32
[3];
in crypto_aegis_aesenc()
/kernel/linux/linux-5.10/net/netfilter/
H
A
D
nf_conntrack_labels.c
32
const u32 *mask, unsigned int
words32
)
in nf_connlabels_replace()
44
if (size < (
words32
* sizeof(u32)))
in nf_connlabels_replace()
45
words32
= size / sizeof(u32);
in nf_connlabels_replace()
48
for (i = 0; i <
words32
; i++)
in nf_connlabels_replace()
52
for (i =
words32
; i < size; i++) /* pad */
in nf_connlabels_replace()
30
nf_connlabels_replace(struct nf_conn *ct, const u32 *data, const u32 *mask, unsigned int
words32
)
nf_connlabels_replace()
argument
/kernel/linux/linux-6.6/net/netfilter/
H
A
D
nf_conntrack_labels.c
32
const u32 *mask, unsigned int
words32
)
in nf_connlabels_replace()
44
if (size < (
words32
* sizeof(u32)))
in nf_connlabels_replace()
45
words32
= size / sizeof(u32);
in nf_connlabels_replace()
48
for (i = 0; i <
words32
; i++)
in nf_connlabels_replace()
52
for (i =
words32
; i < size; i++) /* pad */
in nf_connlabels_replace()
30
nf_connlabels_replace(struct nf_conn *ct, const u32 *data, const u32 *mask, unsigned int
words32
)
nf_connlabels_replace()
argument
Completed in 1 milliseconds