Searched refs:SnP_AddBytes (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/ext/hash/sha3/generic64lc/ |
H A D | KeccakSponge.inc | 31 #define SnP_AddBytes JOIN(SnP, _AddBytes) 67 SnP_AddBytes(state, curInput, 0, rateInBytes); 78 SnP_AddBytes(state, curInput, 0, partialBlock); 178 SnP_AddBytes(instance->state, curData, 0, rateInBytes); 198 SnP_AddBytes(instance->state, curData, instance->byteIOIndex, partialBlock); 314 #undef SnP_AddBytes
|
H A D | SnP-Relaned.h | 19 #define SnP_AddBytes(state, data, offset, length, SnP_AddLanes, SnP_AddBytesInLane, SnP_laneLengthI… macro
|
H A D | KeccakP-1600-opt64.c | 197 SnP_AddBytes(state, data, offset, length, KeccakP1600_AddLanes, KeccakP1600_AddBytesInLane, 8); in KeccakP1600_AddBytes()
|
/PHP-8.0/ext/hash/sha3/generic32lc/ |
H A D | KeccakSponge.inc | 31 #define SnP_AddBytes JOIN(SnP, _AddBytes) 67 SnP_AddBytes(state, curInput, 0, rateInBytes); 78 SnP_AddBytes(state, curInput, 0, partialBlock); 178 SnP_AddBytes(instance->state, curData, 0, rateInBytes); 198 SnP_AddBytes(instance->state, curData, instance->byteIOIndex, partialBlock); 314 #undef SnP_AddBytes
|
H A D | SnP-Relaned.h | 19 #define SnP_AddBytes(state, data, offset, length, SnP_AddLanes, SnP_AddBytesInLane, SnP_laneLengthI… macro
|
H A D | KeccakP-1600-inplace32BI.c | 216 SnP_AddBytes(state, data, offset, length, KeccakP1600_AddLanes, KeccakP1600_AddBytesInLane, 8); in KeccakP1600_AddBytes()
|
Completed in 14 milliseconds