Home
last modified time | relevance | path

Searched refs:j13 (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/libexec/ld.so/
Dchacha_private.h92 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local
112 j13 = x->input[13]; in chacha_encrypt_bytes()
136 x13 = j13; in chacha_encrypt_bytes()
162 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()
/openbsd/src/usr.bin/ssh/
Dchacha.c90 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local
110 j13 = x->input[13]; in chacha_encrypt_bytes()
134 x13 = j13; in chacha_encrypt_bytes()
160 x13 = PLUS(x13,j13); in chacha_encrypt_bytes()
183 j13 = PLUSONE(j13); in chacha_encrypt_bytes()
209 x->input[13] = j13; in chacha_encrypt_bytes()
/openbsd/src/lib/libc/crypt/
Dchacha_private.h92 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local
112 j13 = x->input[13]; in chacha_encrypt_bytes()
136 x13 = j13; in chacha_encrypt_bytes()
162 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()
/openbsd/src/sys/crypto/
Dchacha_private.h131 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local
151 j13 = x->input[13]; in chacha_encrypt_bytes()
175 x13 = j13; in chacha_encrypt_bytes()
201 x13 = PLUS(x13,j13); in chacha_encrypt_bytes()
226 j13 = PLUSONE(j13); in chacha_encrypt_bytes()
252 x->input[13] = j13; in chacha_encrypt_bytes()
/openbsd/src/lib/libcrypto/chacha/
Dchacha-merged.c124 u32 j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local
145 j13 = x->input[13]; in chacha_encrypt_bytes()
170 x13 = j13; in chacha_encrypt_bytes()
196 x13 = PLUS(x13, j13); in chacha_encrypt_bytes()
238 j13 = PLUSONE(j13); in chacha_encrypt_bytes()
268 x->input[13] = j13; in chacha_encrypt_bytes()
/openbsd/src/gnu/usr.bin/perl/t/opbasic/
Dcmp.t86 $j11, $j12, $j13, $j14, $j15, $j16, $j17) =
203 if ($cmp == -1 && $i13 le $j13 ||
204 $cmp == 0 && ($i13 le $j13) ||
205 $cmp == 1 && !($i13 le $j13))