Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sha3/kcp/
DKeccakP-1600-opt64.c119 void KeccakP1600_AddLanes(void *state, const unsigned char *data, unsigned int laneCount) in KeccakP1600_AddLanes() function
192 SnP_AddBytes(state, data, offset, length, KeccakP1600_AddLanes, KeccakP1600_AddBytesInLane, 8); in KeccakP1600_AddBytes()
DKeccakP-1600-inplace32BI.c169 void KeccakP1600_AddLanes(void *state, const unsigned char *data, unsigned int laneCount) in KeccakP1600_AddLanes() function
212 SnP_AddBytes(state, data, offset, length, KeccakP1600_AddLanes, KeccakP1600_AddBytesInLane, 8); in KeccakP1600_AddBytes()
/external/python/cpython3/Modules/_sha3/
Dsha3module.c75 #define KeccakP1600_AddLanes _PySHA3_KeccakP1600_AddLanes macro