Searched refs:De0 (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Modules/_sha3/kcp/ |
D | KeccakP-1600-inplace32BI.c | 478 De0 = Cx^ROL32(Cy, 1); \ 504 De0 = Cx^ROL32(Cy, 1); \ 530 De0 = Cx^ROL32(Cy, 1); \ 556 De0 = Cx^ROL32(Cy, 1); \ 571 UINT32 Da0, De0, Di0, Do0, Du0; in KeccakP1600_Permute_Nrounds() local 642 Be = ROL32((Age0^De0), 22); in KeccakP1600_Permute_Nrounds() 677 Bo = ROL32((Ame0^De0), 22); in KeccakP1600_Permute_Nrounds() 699 Ba = (Abe0^De0); in KeccakP1600_Permute_Nrounds() 710 Bi = ROL32((Ake0^De0), 5); in KeccakP1600_Permute_Nrounds() 732 Bu = ROL32((Ase0^De0), 1); in KeccakP1600_Permute_Nrounds() [all …]
|