Home
last modified time | relevance | path

Searched refs:j8 (Results 1 – 5 of 5) sorted by relevance

/dragonfly/crypto/openssh/
HDchacha.c92 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local
107 j8 = x->input[8]; in chacha_encrypt_bytes()
131 x8 = j8; in chacha_encrypt_bytes()
157 x8 = PLUS(x8,j8); in chacha_encrypt_bytes()
/dragonfly/sys/crypto/chacha20/
HDchacha.c114 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local
129 j8 = x->input[8]; in chacha_encrypt_bytes()
157 x8 = j8; in chacha_encrypt_bytes()
183 x8 = PLUS(x8,j8); in chacha_encrypt_bytes()
/dragonfly/crypto/libressl/crypto/chacha/
HDchacha-merged.c128 u32 j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local
144 j8 = x->input[8]; in chacha_encrypt_bytes()
169 x8 = j8; in chacha_encrypt_bytes()
195 x8 = PLUS(x8, j8); in chacha_encrypt_bytes()
/dragonfly/contrib/binutils-2.27/
HDREADME.DRAGONFLY28 --enable-targets="x86_64-pc-dragonfly" --prefix=/usr/local && gmake -j8)
/dragonfly/contrib/binutils-2.27/gas/doc/
HDc-nds32.texi233 @samp{j8 label}, @samp{j label}, or "@samp{la $ta,label} @samp{br $ta}".