Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dchacha.c94 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local
115 j14 = x->input[14]; in chacha_encrypt_bytes()
139 x14 = j14; in chacha_encrypt_bytes()
165 x14 = PLUS(x14,j14); in chacha_encrypt_bytes()
/netbsd/src/lib/libc/gen/
Darc4random.c137 uint32_t j0,j1,j2,j3,j4,j5,j6,j7,j8,j9,j10,j11,j12,j13,j14,j15; in crypto_core() local
154 j14 = x14 = crypto_le32dec(in + 8); in crypto_core()
182 crypto_le32enc(out + 56, x14 + j14); in crypto_core()