Home
last modified time | relevance | path

Searched refs:j12 (Results 1 – 7 of 7) sorted by relevance

/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
111 j12 = x->input[12]; in chacha_encrypt_bytes()
135 x12 = j12; in chacha_encrypt_bytes()
161 x12 = PLUS(x12,j12); in chacha_encrypt_bytes()
185 j12 = PLUSONE(j12); in chacha_encrypt_bytes()
186 if (!j12) { in chacha_encrypt_bytes()
212 x->input[12] = j12; 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
113 j12 = x->input[12]; in chacha_encrypt_bytes()
137 x12 = j12; in chacha_encrypt_bytes()
163 x12 = PLUS(x12,j12); in chacha_encrypt_bytes()
187 j12 = PLUSONE(j12); in chacha_encrypt_bytes()
188 if (!j12) { in chacha_encrypt_bytes()
214 x->input[12] = j12; 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
111 j12 = x->input[12]; in chacha_encrypt_bytes()
135 x12 = j12; in chacha_encrypt_bytes()
161 x12 = PLUS(x12,j12); in chacha_encrypt_bytes()
183 j12 = PLUSONE(j12); in chacha_encrypt_bytes()
184 if (!j12) { in chacha_encrypt_bytes()
210 x->input[12] = j12; 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
133 j12 = x->input[12]; in chacha_encrypt_bytes()
159 x12 = j12; in chacha_encrypt_bytes()
185 x12 = PLUS(x12,j12); in chacha_encrypt_bytes()
209 j12 = PLUSONE(j12); in chacha_encrypt_bytes()
210 if (!j12) { in chacha_encrypt_bytes()
245 x->input[12] = j12; 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
110 j12 = ctx->input[12]; in chacha20_encrypt_bytes()
137 x12 = j12; in chacha20_encrypt_bytes()
163 x12 = PLUS(x12, j12); in chacha20_encrypt_bytes()
185 j12 = PLUSONE(j12); in chacha20_encrypt_bytes()
187 if (!j12) { in chacha20_encrypt_bytes()
215 ctx->input[12] = j12; in chacha20_encrypt_bytes()
/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
36 j12 = x12 = LOAD32_LE(k + 20); in crypto_core_salsa()
91 STORE32_LE(out + 48, x12 + j12); in crypto_core_salsa()
/freebsd/sys/contrib/device-tree/scripts/
H A Dmerge-new-release.sh48 make -k -j12 -s