Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sha3/kcp/
DKeccakP-1600-inplace32BI.c474 Cy = Abi1^Agi1^Aki1^Ami1^Asi1; \
498 Cw = Aki1^Asi1^Agi0^Ami1^Abi0; \
524 Cw = Agi1^Abi1^Asi1^Ami0^Aki1; \
552 Cy = Asi1^Aki1^Abi0^Ami0^Agi0; \
607 #define Aki1 stateAsHalfLanes[25] in KeccakP1600_Permute_Nrounds() macro
643 Bi = ROL32((Aki1^Di1), 22); in KeccakP1600_Permute_Nrounds()
649 Aki1 = Bi ^((~Bo)& Bu ); in KeccakP1600_Permute_Nrounds()
847 Ba = ROL32((Aki1^Di0), 31); in KeccakP1600_Permute_Nrounds()
852 Aki1 = Bi ^((~Bo)& Bu ); in KeccakP1600_Permute_Nrounds()
906 Bu = ROL32((Aki1^Di0), 30); in KeccakP1600_Permute_Nrounds()
[all …]