Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sha3/
Dsha3module.c97 #define KeccakP1600_SetBytesInLaneToZero _PySHA3_KeccakP1600_SetBytesInLaneToZero macro
/external/python/cpython3/Modules/_sha3/kcp/
DKeccakP-1600-inplace32BI.c86 void KeccakP1600_SetBytesInLaneToZero(void *state, unsigned int lanePosition, unsigned int offset, … in KeccakP1600_SetBytesInLaneToZero() function
219 KeccakP1600_SetBytesInLaneToZero(state, lanePosition, offset, length); in KeccakP1600_OverwriteBytesInLane()
283 KeccakP1600_SetBytesInLaneToZero(state, byteCount/8, 0, byteCount%8); in KeccakP1600_OverwriteWithZeroes()