OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blake2b_IV
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_generichash/blake2b/ref/
blake2b-compress-ref.c
9
static const uint64_t
blake2b_IV
[8] = {
43
v[8] =
blake2b_IV
[0];
44
v[9] =
blake2b_IV
[1];
45
v[10] =
blake2b_IV
[2];
46
v[11] =
blake2b_IV
[3];
47
v[12] = S->t[0] ^
blake2b_IV
[4];
48
v[13] = S->t[1] ^
blake2b_IV
[5];
49
v[14] = S->f[0] ^
blake2b_IV
[6];
50
v[15] = S->f[1] ^
blake2b_IV
[7];
blake2b-compress-sse41.c
28
static const uint64_t
blake2b_IV
[8] = {
60
row3l = LOADU(&
blake2b_IV
[0]);
61
row3h = LOADU(&
blake2b_IV
[2]);
62
row4l = _mm_xor_si128(LOADU(&
blake2b_IV
[4]), LOADU(&S->t[0]));
63
row4h = _mm_xor_si128(LOADU(&
blake2b_IV
[6]), LOADU(&S->f[0]));
blake2b-compress-ssse3.c
22
static const uint64_t
blake2b_IV
[8] = {
63
row3l = LOADU(&
blake2b_IV
[0]);
64
row3h = LOADU(&
blake2b_IV
[2]);
65
row4l = _mm_xor_si128(LOADU(&
blake2b_IV
[4]), LOADU(&S->t[0]));
66
row4h = _mm_xor_si128(LOADU(&
blake2b_IV
[6]), LOADU(&S->f[0]));
blake2b-compress-avx2.c
31
static const uint64_t
blake2b_IV
[8] = {
blake2b-compress-avx2.h
130
__m256i c = LOAD(&
blake2b_IV
[0]); \
132
XOR(LOAD(&
blake2b_IV
[4]), _mm256_set_epi64x(f1, f0, t1, t0)); \
blake2b-ref.c
30
static const uint64_t
blake2b_IV
[8] = {
98
S->h[i] =
blake2b_IV
[i];
Completed in 14 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025