Home
last modified time | relevance | path

Searched refs:j13 (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
114 j13 = x->input[13]; in chacha_encrypt_bytes()
138 x13 = j13; in chacha_encrypt_bytes()
164 x13 = PLUS(x13,j13); in chacha_encrypt_bytes()
187 j13 = PLUSONE(j13); in chacha_encrypt_bytes()
213 x->input[13] = j13; 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
153 j13 = x13 = crypto_le32dec(in + 4); in crypto_core()
181 crypto_le32enc(out + 52, x13 + j13); in crypto_core()