Home
last modified time | relevance | path

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

/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
136 j15 = x->input[15]; in chacha_encrypt_bytes()
162 x15 = j15; in chacha_encrypt_bytes()
188 x15 = PLUS(x15,j15); in chacha_encrypt_bytes()
218 j15 = PLUSONE(j15); in chacha_encrypt_bytes()
249 x->input[15] = j15; in chacha_encrypt_bytes()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/salsa/ref/
H A Dcore_salsa_ref.c18 j15; in crypto_core_salsa() local
24 j15 = x15 = 0x6b206574; in crypto_core_salsa()
29 j15 = x15 = LOAD32_LE(c + 12); in crypto_core_salsa()
94 STORE32_LE(out + 60, x15 + j15); 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
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()
/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
116 j15 = x->input[15]; in chacha_encrypt_bytes()
140 x15 = j15; in chacha_encrypt_bytes()
166 x15 = PLUS(x15,j15); 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
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()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/ref/
H A Dchacha20_ref.c87 j15; in chacha20_encrypt_bytes() local
113 j15 = ctx->input[15]; in chacha20_encrypt_bytes()
140 x15 = j15; in chacha20_encrypt_bytes()
166 x15 = PLUS(x15, j15); in chacha20_encrypt_bytes()