Home
last modified time | relevance | path

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

/openbsd/libexec/ld.so/
H A 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
114 j15 = x->input[15]; in chacha_encrypt_bytes()
138 x15 = j15; in chacha_encrypt_bytes()
164 x15 = PLUS(x15,j15); in chacha_encrypt_bytes()
/openbsd/lib/libc/crypt/
H A 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
114 j15 = x->input[15]; in chacha_encrypt_bytes()
138 x15 = j15; in chacha_encrypt_bytes()
164 x15 = PLUS(x15,j15); in chacha_encrypt_bytes()
/openbsd/usr.bin/ssh/
H A Dchacha.c90 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local
112 j15 = x->input[15]; in chacha_encrypt_bytes()
136 x15 = j15; in chacha_encrypt_bytes()
162 x15 = PLUS(x15,j15); in chacha_encrypt_bytes()
/openbsd/sys/crypto/
H A 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
153 j15 = x->input[15]; in chacha_encrypt_bytes()
177 x15 = j15; in chacha_encrypt_bytes()
203 x15 = PLUS(x15,j15); in chacha_encrypt_bytes()
/openbsd/gnu/usr.bin/perl/t/opbasic/
H A Dcmp.t86 $j11, $j12, $j13, $j14, $j15, $j16, $j17) =
223 if ($cmp == -1 && !($i15 ge $j15) ||
224 $cmp == 0 && ($i15 ge $j15) ||
225 $cmp == 1 && ($i15 ge $j15))
/openbsd/lib/libcrypto/chacha/
H A Dchacha-merged.c124 u32 j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local
147 j15 = x->input[15]; in chacha_encrypt_bytes()
172 x15 = j15; in chacha_encrypt_bytes()
198 x15 = PLUS(x15, j15); in chacha_encrypt_bytes()