Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sha3/kcp/
DKeccakP-1600-inplace32BI.c465 Cx = Abu0^Agu0^Aku0^Amu0^Asu0; \
491 Cx = Asu0^Agu0^Amu0^Abu1^Aku1; \
520 Cz = Aku0^Agu1^Abu0^Asu0^Amu0; \
546 Cz = Amu0^Agu1^Asu0^Aku1^Abu1; \
630 #define Asu0 stateAsHalfLanes[48] in KeccakP1600_Permute_Nrounds() macro
645 Bu = ROL32((Asu0^Du0), 7); in KeccakP1600_Permute_Nrounds()
651 Asu0 = Bu ^((~Ba)& Be ); in KeccakP1600_Permute_Nrounds()
838 Ba = ROL32((Asu0^Du0), 13); in KeccakP1600_Permute_Nrounds()
843 Asu0 = Bu ^((~Ba)& Be ); in KeccakP1600_Permute_Nrounds()
930 Bo = ROL32((Asu0^Du1), 4); in KeccakP1600_Permute_Nrounds()
[all …]