Searched refs:KeccakP1600_AddLanes (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Modules/_sha3/kcp/ |
D | KeccakP-1600-opt64.c | 119 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()
|
D | KeccakP-1600-inplace32BI.c | 169 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/ |
D | sha3module.c | 75 #define KeccakP1600_AddLanes _PySHA3_KeccakP1600_AddLanes macro
|