Searched refs:j14 (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/unbound/dist/compat/
H A Dchacha_private.h92 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; local
113 j14 = x->input[14];
137 x14 = j14;
163 x14 = PLUS(x14,j14);
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dchacha.c94 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; local
115 j14 = x->input[14];
139 x14 = j14;
165 x14 = PLUS(x14,j14);
/netbsd-current/sys/external/isc/libsodium/dist/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
38 j14 = x14 = LOAD32_LE(k + 28);
93 STORE32_LE(out + 56, x14 + j14);
/netbsd-current/sys/external/isc/libsodium/dist/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
112 j14 = ctx->input[14];
139 x14 = j14;
165 x14 = PLUS(x14, j14);
/netbsd-current/lib/libc/gen/
H A Darc4random.c135 uint32_t j0,j1,j2,j3,j4,j5,j6,j7,j8,j9,j10,j11,j12,j13,j14,j15; local
152 j14 = x14 = crypto_le32dec(in + 8);
180 crypto_le32enc(out + 56, x14 + j14);

Completed in 291 milliseconds