Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/salsa/ref/
H A Dcore_salsa_ref.c17 uint32_t j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, in crypto_core_salsa() local
35 j11 = x11 = LOAD32_LE(k + 16); in crypto_core_salsa()
90 STORE32_LE(out + 44, x11 + j11); in crypto_core_salsa()
/freebsd/contrib/unbound/compat/
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
110 j11 = x->input[11]; in chacha_encrypt_bytes()
134 x11 = j11; in chacha_encrypt_bytes()
160 x11 = PLUS(x11,j11); in chacha_encrypt_bytes()
/freebsd/crypto/openssh/openbsd-compat/
H A Dchacha_private.h94 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local
112 j11 = x->input[11]; in chacha_encrypt_bytes()
136 x11 = j11; in chacha_encrypt_bytes()
162 x11 = PLUS(x11,j11); in chacha_encrypt_bytes()
/freebsd/crypto/openssh/
H A Dchacha.c92 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local
110 j11 = x->input[11]; in chacha_encrypt_bytes()
134 x11 = j11; in chacha_encrypt_bytes()
160 x11 = PLUS(x11,j11); in chacha_encrypt_bytes()
/freebsd/sys/crypto/chacha20/
H A Dchacha.c114 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local
132 j11 = x->input[11]; in chacha_encrypt_bytes()
158 x11 = j11; in chacha_encrypt_bytes()
184 x11 = PLUS(x11,j11); in chacha_encrypt_bytes()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/ref/
H A Dchacha20_ref.c86 uint32_t j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, in chacha20_encrypt_bytes() local
109 j11 = ctx->input[11]; in chacha20_encrypt_bytes()
136 x11 = j11; in chacha20_encrypt_bytes()
162 x11 = PLUS(x11, j11); in chacha20_encrypt_bytes()