Searched refs:blkxor (Results 1 - 3 of 3) sorted by relevance

/external/scrypt/lib/crypto/
H A Dcrypto_scrypt-neon.c52 static void blkxor(void *, void *, size_t);
71 blkxor(void * dest, void * src, size_t len) function
98 blkxor(X, &Bin[i * 8], 64);
106 blkxor(X, &Bin[i * 8 + 4], 64);
168 blkxor(X, (void *)((uintptr_t)(V) + j * 128 * r), 128 * r);
175 blkxor(Y, (void *)((uintptr_t)(V) + j * 128 * r), 128 * r);
H A Dcrypto_scrypt-sse.c50 static void blkxor(void *, void *, size_t);
69 blkxor(void * dest, void * src, size_t len) function
159 blkxor(X, &Bin[i * 8], 64);
167 blkxor(X, &Bin[i * 8 + 4], 64);
236 blkxor(X, (void *)((uintptr_t)(V) + j * 128 * r), 128 * r);
243 blkxor(Y, (void *)((uintptr_t)(V) + j * 128 * r), 128 * r);
H A Dcrypto_scrypt-ref.c46 static void blkxor(uint8_t *, uint8_t *, size_t);
62 blkxor(uint8_t * dest, uint8_t * src, size_t len) function
144 blkxor(X, &B[i * 64], 64);
202 blkxor(X, &V[j * (128 * r)], 128 * r);

Completed in 97 milliseconds