Searched refs:j15 (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.c18 j15; local
24 j15 = x15 = 0x6b206574;
29 j15 = x15 = LOAD32_LE(c + 12);
94 STORE32_LE(out + 60, x15 + j15);
/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
139 j15 = x->input[15];
165 x15 = j15;
191 x15 = PLUS(x15,j15);
221 j15 = PLUSONE(j15);
252 x->input[15] = j15;
/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
114 j15 = x->input[15];
138 x15 = j15;
164 x15 = PLUS(x15,j15);
/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
115 j15 = x->input[15];
139 x15 = j15;
165 x15 = PLUS(x15,j15);
/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
114 j15 = x->input[15];
138 x15 = j15;
164 x15 = PLUS(x15,j15);
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/ref/
H A Dchacha20_ref.c87 j15; local
113 j15 = ctx->input[15];
140 x15 = j15;
166 x15 = PLUS(x15, j15);

Completed in 92 milliseconds