Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sha3/kcp/
DKeccakP-1600-inplace32BI.c472 Cw = Abi0^Agi0^Aki0^Ami0^Asi0; \
500 Cy = Aki0^Asi0^Agi1^Ami0^Abi1; \
524 Cw = Agi1^Abi1^Asi1^Ami0^Aki1; \
552 Cy = Asi1^Aki1^Abi0^Ami0^Agi0; \
616 #define Ami0 stateAsHalfLanes[34] in KeccakP1600_Permute_Nrounds() macro
722 Bo = ROL32((Ami0^Di0), 7); in KeccakP1600_Permute_Nrounds()
727 Ami0 = Bi ^((~Bo)& Bu ); in KeccakP1600_Permute_Nrounds()
825 Bo = ROL32((Ami0^Di1), 8); in KeccakP1600_Permute_Nrounds()
830 Ami0 = Bi ^((~Bo)& Bu ); in KeccakP1600_Permute_Nrounds()
950 Bo = ROL32((Ami0^Di0), 7); in KeccakP1600_Permute_Nrounds()
[all …]