OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:g8
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/crypto/skipjack/
skipjack.c
96
#define
g8
(ih, il, oh, ol) g(8, 9, 0, 1, ih, il, oh, ol)
macro
155
g8
(wh3,wl3, wh3,wl3); wl2 ^= wl3 ^ 3; wh2 ^= wh3;
160
g8
(wh2,wl2, wh2,wl2); wl1 ^= wl2 ^ 8; wh1 ^= wh2;
167
wh2 ^= wh1; wl2 ^= wl1 ^ 13;
g8
(wh1,wl1, wh1,wl1);
174
g8
(wh4,wl4, wh4,wl4); wl3 ^= wl4 ^ 18; wh3 ^= wh4;
179
g8
(wh3,wl3, wh3,wl3); wl2 ^= wl3 ^ 23; wh2 ^= wh3;
186
wh3 ^= wh2; wl3 ^= wl2 ^ 28;
g8
(wh2,wl2, wh2,wl2);
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
ed25519_ref10_fe_25_5.h
221
int32_t
g8
= g[8];
local
232
int32_t x8 = f8 ^
g8
;
265
g[8] =
g8
^ x8;
389
int32_t
g8
= g[8];
local
399
int32_t g8_19 = 19 *
g8
;
415
int64_t f0g8 = f0 * (int64_t)
g8
;
425
int64_t f1g8 = f1 * (int64_t)
g8
;
Completed in 35 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026