Searched refs:XORLane (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/hash/ |
H A D | hash_sha3.c | 67 # define XORLane(x, y, v) xor64(ctx->state+sizeof(uint64_t)*idx(x, y), v) macro 71 # define XORLane(x, y, v) (((uint64_t*)ctx->state)[idx(x,y)] ^= v) macro 103 XORLane(x, y, D); in permute() 141 XORLane(0, 0, (uint64_t)1 << bitPos); in permute()
|
Completed in 5 milliseconds