Home
last modified time | relevance | path

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

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