| /openbsd/src/libexec/ld.so/ |
| D | chacha_private.h | 92 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/ |
| D | chacha.c | 90 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/ |
| D | chacha_private.h | 92 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/ |
| D | chacha_private.h | 131 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/ |
| D | chacha-merged.c | 124 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/ |
| D | cmp.t | 86 $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))
|