Home
last modified time | relevance | path

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

/f-stack/freebsd/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
34 j4 = x4 = LOAD32_LE(k + 12); in crypto_core_salsa()
83 STORE32_LE(out + 16, x4 + j4); in crypto_core_salsa()
/f-stack/freebsd/crypto/chacha20/
H A Dchacha.c117 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local
128 j4 = x->input[4]; in chacha_encrypt_bytes()
154 x4 = j4; in chacha_encrypt_bytes()
180 x4 = PLUS(x4,j4); in chacha_encrypt_bytes()
/f-stack/freebsd/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
102 j4 = ctx->input[4]; in chacha20_encrypt_bytes()
129 x4 = j4; in chacha20_encrypt_bytes()
155 x4 = PLUS(x4, j4); in chacha20_encrypt_bytes()
/f-stack/dpdk/kernel/linux/kni/
H A Dmeson.build16 command: ['make', '-j4', '-C', kernel_dir + '/build',
/f-stack/freebsd/contrib/zstd/
H A DMakefile377 $(MAKE) -C $(BUILDIR)/cmake/build -j4;
H A Dappveyor.yml256 make -j4;