Searched refs:j5 (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/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, local
22 j5 = x5 = 0x3320646e;
27 j5 = x5 = LOAD32_LE(c + 4);
84 STORE32_LE(out + 20, x5 + j5);
/freebsd-13-stable/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; local
104 j5 = x->input[5];
128 x5 = j5;
154 x5 = PLUS(x5,j5);
/freebsd-13-stable/crypto/openssh/
H A Dchacha.c93 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; local
105 j5 = x->input[5];
129 x5 = j5;
155 x5 = PLUS(x5,j5);
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dchacha_private.h92 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; local
104 j5 = x->input[5];
128 x5 = j5;
154 x5 = PLUS(x5,j5);
/freebsd-13-stable/sys/crypto/chacha20/
H A Dchacha.c117 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; local
129 j5 = x->input[5];
155 x5 = j5;
181 x5 = PLUS(x5,j5);
/freebsd-13-stable/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, local
103 j5 = ctx->input[5];
130 x5 = j5;
156 x5 = PLUS(x5, j5);

Completed in 166 milliseconds