HomeSort by: relevance | last modified time | path
    Searched defs:XY (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/
pwhash_scryptsalsa208sha256_nosse.c 219 * smix(B, r, N, V, XY):
222 * storage XY must be 256r + 64 bytes in length. The value N must be a
223 * power of 2 greater than 1. The arrays B, V, and XY must be aligned to a
227 smix(uint8_t *B, size_t r, uint64_t N, uint32_t *V, uint32_t *XY)
229 uint32_t *X = XY;
230 uint32_t *Y = &XY[32 * r];
231 uint32_t *Z = &XY[64 * r];
299 uint32_t *V, *XY;
359 XY = (uint32_t *) ((uint8_t *) V + V_size);
367 smix(&B[(size_t) 128 * i * r], r, N, V, XY);
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/
pwhash_scryptsalsa208sha256_sse.c 223 * smix(B, r, N, V, XY):
226 * storage XY must be 256r + 64 bytes in length. The value N must be a
227 * power of 2 greater than 1. The arrays B, V, and XY must be aligned to a
231 smix(uint8_t *B, size_t r, uint32_t N, void *V, void *XY)
267 X = (__m128i *) XY;
270 X32 = (uint32_t *) XY;
271 Y = (__m128i *) ((uintptr_t)(XY) + s);
315 uint32_t *V, *XY;
383 XY = (uint32_t *) ((uint8_t *) V + V_size);
391 smix(&B[(size_t) 128 * i * r], r, (uint32_t) N, V, XY);
    [all...]
  /src/sys/arch/amiga/dev/
grf_rtreg.h 132 unsigned short XY; /* TX*TY (speeds up some calcs.) */
grf_rhreg.h 125 unsigned short XY; /* TX*TY (speeds up some calcs.) */

Completed in 76 milliseconds