Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/
H A Dpwhash_scryptsalsa208sha256_sse.c235 uint32_t *X32 = (uint32_t *) V; in smix() local
243 X32[k * 16 + i] = LOAD32_LE(&B[(k * 16 + (i * 5 % 16)) * 4]); in smix()
270 X32 = (uint32_t *) XY; in smix()
293 STORE32_LE(&B[(k * 16 + (i * 5 % 16)) * 4], X32[k * 16 + i]); in smix()