Home
last modified time | relevance | path

Searched refs:a00 (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Dshathree.c101 # define a00 (p->u.s[0]) in KeccakF1600Step() macro
129 c0 = a00^a10^a20^a30^a40; in KeccakF1600Step()
140 b0 = (a00^d0); in KeccakF1600Step()
146 a00 ^= RC[i]; in KeccakF1600Step()
196 c0 = a00^a20^a40^a10^a30; in KeccakF1600Step()
207 b0 = (a00^d0); in KeccakF1600Step()
213 a00 ^= RC[i+1]; in KeccakF1600Step()
274 b0 = (a00^d0); in KeccakF1600Step()
280 a00 ^= RC[i+2]; in KeccakF1600Step()
341 b0 = (a00^d0); in KeccakF1600Step()
[all …]
/sqlite-3.40.0/test/
H A Dwidetab1.test27 a00, a01, a02, a03, a04, a05, a06, a07, a08, a09,