Home
last modified time | relevance | path

Searched refs:Ami1 (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; \
526 Cy = Agi0^Abi0^Asi0^Ami1^Aki0; \
550 Cw = Asi0^Aki0^Abi1^Ami1^Agi1; \
617 #define Ami1 stateAsHalfLanes[35] in KeccakP1600_Permute_Nrounds() macro
711 Bo = ROL32((Ami1^Di1), 8); in KeccakP1600_Permute_Nrounds()
716 Ami1 = Bi ^((~Bo)& Bu ); in KeccakP1600_Permute_Nrounds()
836 Bo = ROL32((Ami1^Di0), 7); in KeccakP1600_Permute_Nrounds()
841 Ami1 = Bi ^((~Bo)& Bu ); in KeccakP1600_Permute_Nrounds()
939 Bo = ROL32((Ami1^Di1), 8); in KeccakP1600_Permute_Nrounds()
[all …]