Home
last modified time | relevance | path

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

/php-src/ext/hash/
H A Dhash_sha3.c66 # define writeLane(x, y, v) store64(ctx->state+sizeof(uint64_t)*idx(x, y), v) macro
70 # define writeLane(x, y, v) (((uint64_t*)ctx->state)[idx(x,y)] = v) macro
118 writeLane(x, y, rol64(current, r)); in permute()
131 writeLane(x, y, temp[x] ^((~temp[(x+1)%5]) & temp[(x+2)%5])); in permute()

Completed in 5 milliseconds