Home
last modified time | relevance | path

Searched refs:Asi1 (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; \
627 #define Asi1 stateAsHalfLanes[45] in KeccakP1600_Permute_Nrounds() macro
667 Bu = ROL32((Asi1^Di1), 31); in KeccakP1600_Permute_Nrounds()
672 Asi1 = Bi ^((~Bo)& Bu ); in KeccakP1600_Permute_Nrounds()
803 Be = ROL32((Asi1^Di0), 3); in KeccakP1600_Permute_Nrounds()
808 Asi1 = Bi ^((~Bo)& Bu ); in KeccakP1600_Permute_Nrounds()
883 Bi = ROL32((Asi1^Di0), 21); in KeccakP1600_Permute_Nrounds()
[all …]