Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sha3/kcp/
DKeccakSponge.inc31 #define SnP_AddBytes JOIN(SnP, _AddBytes)
70 SnP_AddBytes(state, curInput, 0, rateInBytes);
82 SnP_AddBytes(state, curInput, 0, partialBlock);
191 SnP_AddBytes(instance->state, curData, 0, rateInBytes);
211 SnP_AddBytes(instance->state, curData, instance->byteIOIndex, partialBlock);
331 #undef SnP_AddBytes
DPlSnP-Fallback.inc56 #define SnP_AddBytes JOIN(SnP, _AddBytes)
95 SnP_AddBytes(stateWithIndex(instanceIndex), data, offset, length);
97SnP_AddBytes(stateWithIndex(instanceIndex/PlSnP_baseParallelism), instanceIndex%PlSnP_baseParallel…
107 SnP_AddBytes(stateWithIndex(i), data, 0, laneCount*SnP_laneLengthInBytes);
249 #undef SnP_AddBytes
DSnP-Relaned.h19 #define SnP_AddBytes(state, data, offset, length, SnP_AddLanes, SnP_AddBytesInLane, SnP_laneLengthI… macro
DKeccakP-1600-opt64.c192 SnP_AddBytes(state, data, offset, length, KeccakP1600_AddLanes, KeccakP1600_AddBytesInLane, 8); in KeccakP1600_AddBytes()
DKeccakP-1600-inplace32BI.c212 SnP_AddBytes(state, data, offset, length, KeccakP1600_AddLanes, KeccakP1600_AddBytesInLane, 8); in KeccakP1600_AddBytes()