Home
last modified time | relevance | path

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

/dports/lang/php73/php-7.3.33/ext/hash/
H A Dhash_sha3.c69 # define XORLane(x, y, v) xor64(ctx->state+sizeof(uint64_t)*idx(x, y), v) macro
73 # define XORLane(x, y, v) (((uint64_t*)ctx->state)[idx(x,y)] ^= v) macro
105 XORLane(x, y, D); in permute()
143 XORLane(0, 0, (uint64_t)1 << bitPos); in permute()
/dports/lang/php74/php-7.4.27/ext/hash/
H A Dhash_sha3.c69 # define XORLane(x, y, v) xor64(ctx->state+sizeof(uint64_t)*idx(x, y), v) macro
73 # define XORLane(x, y, v) (((uint64_t*)ctx->state)[idx(x,y)] ^= v) macro
105 XORLane(x, y, D); in permute()
143 XORLane(0, 0, (uint64_t)1 << bitPos); in permute()
/dports/security/php73-hash/php-7.3.33/ext/hash/
H A Dhash_sha3.c69 # define XORLane(x, y, v) xor64(ctx->state+sizeof(uint64_t)*idx(x, y), v)
73 # define XORLane(x, y, v) (((uint64_t*)ctx->state)[idx(x,y)] ^= v)
105 XORLane(x, y, D);
143 XORLane(0, 0, (uint64_t)1 << bitPos);
/dports/www/mod_php73/php-7.3.33/ext/hash/
H A Dhash_sha3.c69 # define XORLane(x, y, v) xor64(ctx->state+sizeof(uint64_t)*idx(x, y), v) macro
73 # define XORLane(x, y, v) (((uint64_t*)ctx->state)[idx(x,y)] ^= v) macro
105 XORLane(x, y, D); in permute()
143 XORLane(0, 0, (uint64_t)1 << bitPos); in permute()
/dports/www/mod_php74/php-7.4.27/ext/hash/
H A Dhash_sha3.c69 # define XORLane(x, y, v) xor64(ctx->state+sizeof(uint64_t)*idx(x, y), v) macro
73 # define XORLane(x, y, v) (((uint64_t*)ctx->state)[idx(x,y)] ^= v) macro
105 XORLane(x, y, D); in permute()
143 XORLane(0, 0, (uint64_t)1 << bitPos); in permute()
/dports/www/mod_php81/php-8.1.1/ext/hash/
H A Dhash_sha3.c67 # 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()
/dports/lang/php81/php-8.1.1/ext/hash/
H A Dhash_sha3.c67 # 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()
/dports/lang/php80/php-8.0.15/ext/hash/
H A Dhash_sha3.c67 # 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()
/dports/www/mod_php80/php-8.0.15/ext/hash/
H A Dhash_sha3.c67 # 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()