Home
last modified time | relevance | path

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

/external/scrypt/lib/crypto/
Dcrypto_scrypt-neon-salsa208.h29 uint32x4_t x4x9x14x3; in salsa20_8_intrinsic() local
53 x4x9x14x3 = vbslq_u32(abab,x4x5x14x15,x8x9x2x3); in salsa20_8_intrinsic()
58 uint32x4_t start3 = x4x9x14x3; in salsa20_8_intrinsic()
104 x4x9x14x3 = diag3 + start3; in salsa20_8_intrinsic()
108 x8x9x2x3 = vbslq_u32(abab,x8x13x2x7,x4x9x14x3); in salsa20_8_intrinsic()
109 x4x5x14x15 = vbslq_u32(abab,x4x9x14x3,x0x5x10x15); in salsa20_8_intrinsic()
/external/scrypt/patches/
Darm_neon.patch35 + uint32x4_t x4x9x14x3;
59 + x4x9x14x3 = vbslq_u32(abab,x4x5x14x15,x8x9x2x3);
64 + uint32x4_t start3 = x4x9x14x3;
110 + x4x9x14x3 = diag3 + start3;
114 + x8x9x2x3 = vbslq_u32(abab,x8x13x2x7,x4x9x14x3);
115 + x4x5x14x15 = vbslq_u32(abab,x4x9x14x3,x0x5x10x15);