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:blake2s_IV
(Results
1 - 4
of
4
) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/digests/
H
A
D
blake2s_prov.c
23
static const uint32_t
blake2s_IV
[8] =
variable
56
S->h[i] =
blake2s_IV
[i];
in blake2s_init0()
190
v[ 8] =
blake2s_IV
[0];
in blake2s_compress()
191
v[ 9] =
blake2s_IV
[1];
in blake2s_compress()
192
v[10] =
blake2s_IV
[2];
in blake2s_compress()
193
v[11] =
blake2s_IV
[3];
in blake2s_compress()
194
v[12] = S->t[0] ^
blake2s_IV
[4];
in blake2s_compress()
195
v[13] = S->t[1] ^
blake2s_IV
[5];
in blake2s_compress()
196
v[14] = S->f[0] ^
blake2s_IV
[6];
in blake2s_compress()
197
v[15] = S->f[1] ^
blake2s_IV
[
in blake2s_compress()
[all...]
/third_party/openssl/providers/implementations/digests/
H
A
D
blake2s_prov.c
23
static const uint32_t
blake2s_IV
[8] =
variable
56
S->h[i] =
blake2s_IV
[i];
in blake2s_init0()
190
v[ 8] =
blake2s_IV
[0];
in blake2s_compress()
191
v[ 9] =
blake2s_IV
[1];
in blake2s_compress()
192
v[10] =
blake2s_IV
[2];
in blake2s_compress()
193
v[11] =
blake2s_IV
[3];
in blake2s_compress()
194
v[12] = S->t[0] ^
blake2s_IV
[4];
in blake2s_compress()
195
v[13] = S->t[1] ^
blake2s_IV
[5];
in blake2s_compress()
196
v[14] = S->f[0] ^
blake2s_IV
[6];
in blake2s_compress()
197
v[15] = S->f[1] ^
blake2s_IV
[
in blake2s_compress()
[all...]
/third_party/python/Modules/_blake2/impl/
H
A
D
blake2s-ref.c
21
static const uint32_t
blake2s_IV
[8] =
variable
136
for( int i = 0; i < 8; ++i ) S->h[i] =
blake2s_IV
[i];
in blake2s_init0()
234
v[ 8] =
blake2s_IV
[0];
in blake2s_compress()
235
v[ 9] =
blake2s_IV
[1];
in blake2s_compress()
236
v[10] =
blake2s_IV
[2];
in blake2s_compress()
237
v[11] =
blake2s_IV
[3];
in blake2s_compress()
238
v[12] = S->t[0] ^
blake2s_IV
[4];
in blake2s_compress()
239
v[13] = S->t[1] ^
blake2s_IV
[5];
in blake2s_compress()
240
v[14] = S->f[0] ^
blake2s_IV
[6];
in blake2s_compress()
241
v[15] = S->f[1] ^
blake2s_IV
[
in blake2s_compress()
[all...]
H
A
D
blake2s.c
54
static const uint32_t
blake2s_IV
[8] =
variable
173
for( int i = 0; i < 8; ++i ) S->h[i] =
blake2s_IV
[i];
in blake2s_init0()
197
v = ( uint8_t * )(
blake2s_IV
);
in blake2s_init_param()
Completed in 3 milliseconds