Searched refs:j14 (Results 1 – 2 of 2) sorted by relevance
/third_party/libwebsockets/plugins/ssh-base/crypto/ |
D | chacha.c | 103 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local 124 j14 = x->input[14]; in chacha_encrypt_bytes() 148 x14 = j14; in chacha_encrypt_bytes() 174 x14 = PLUS(x14,j14); in chacha_encrypt_bytes()
|
/third_party/node/deps/npm/node_modules/tweetnacl/ |
D | nacl-fast.js | 71 j14 = k[28] & 0xff | (k[29] & 0xff)<<8 | (k[30] & 0xff)<<16 | (k[31] & 0xff)<<24, 75 x8 = j8, x9 = j9, x10 = j10, x11 = j11, x12 = j12, x13 = j13, x14 = j14, 165 x14 = x14 + j14 | 0; 264 j14 = k[28] & 0xff | (k[29] & 0xff)<<8 | (k[30] & 0xff)<<16 | (k[31] & 0xff)<<24, 268 x8 = j8, x9 = j9, x10 = j10, x11 = j11, x12 = j12, x13 = j13, x14 = j14,
|