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:SHA512
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/crypto/
H
A
D
sha512-avx-asm.S
167
# They are then added to their respective
SHA512
constants at
274
# Purpose: Updates the
SHA512
digest stored at "state" with the message
277
# of
SHA512
message blocks.
278
# "blocks" is the message length in
SHA512
blocks
384
# K[t] used in
SHA512
hashing
H
A
D
sha512-ssse3-asm.S
162
# They are then added to their respective
SHA512
constants at
275
# Purpose: Updates the
SHA512
digest stored at "state" with the message
278
# of
SHA512
message blocks.
279
# "blocks" is the message length in
SHA512
blocks.
386
# K[t] used in
SHA512
hashing
H
A
D
sha512-avx2-asm.S
566
# Purpose: Updates the
SHA512
digest stored at "state" with the message
569
# of
SHA512
message blocks.
570
# "blocks" is the message length in
SHA512
blocks
696
# K[t] used in
SHA512
hashing
/kernel/linux/linux-6.6/arch/x86/crypto/
H
A
D
sha512-ssse3-asm.S
159
# They are then added to their respective
SHA512
constants at
272
# Purpose: Updates the
SHA512
digest stored at "state" with the message
275
# of
SHA512
message blocks.
276
# "blocks" is the message length in
SHA512
blocks.
384
# K[t] used in
SHA512
hashing
H
A
D
sha512-avx-asm.S
164
# They are then added to their respective
SHA512
constants at
271
# Purpose: Updates the
SHA512
digest stored at "state" with the message
274
# of
SHA512
message blocks.
275
# "blocks" is the message length in
SHA512
blocks
382
# K[t] used in
SHA512
hashing
H
A
D
sha512-avx2-asm.S
563
# Purpose: Updates the
SHA512
digest stored at "state" with the message
566
# of
SHA512
message blocks.
567
# "blocks" is the message length in
SHA512
blocks
695
# K[t] used in
SHA512
hashing
/kernel/linux/linux-5.10/arch/arm64/crypto/
H
A
D
sha512-ce-glue.c
120
module_cpu_feature_match(
SHA512
, sha512_ce_mod_init);
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
hwcap.h
76
#define KERNEL_HWCAP_SHA512 __khwcap_feature(
SHA512
)
/kernel/linux/linux-6.6/arch/arm64/crypto/
H
A
D
sha512-ce-glue.c
120
module_cpu_feature_match(
SHA512
, sha512_ce_mod_init);
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
hwcap.h
84
#define KERNEL_HWCAP_SHA512 __khwcap_feature(
SHA512
)
/kernel/linux/linux-5.10/arch/sparc/crypto/
H
A
D
opcodes.h
27
#define
SHA512
\
macro
/kernel/linux/linux-6.6/arch/sparc/crypto/
H
A
D
opcodes.h
27
#define
SHA512
\
macro
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
cpufeature.c
2787
HWCAP_CAP(ID_AA64ISAR0_EL1, SHA2,
SHA512
, CAP_HWCAP, KERNEL_HWCAP_SHA512),
Completed in 13 milliseconds