Home
last modified time | relevance | path

Searched refs:j3 (Results 1 – 4 of 4) 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
33 j3 = x3 = LOAD32_LE(k + 8); in crypto_core_salsa()
82 STORE32_LE(out + 12, x3 + j3); 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
127 j3 = x->input[3]; in chacha_encrypt_bytes()
153 x3 = j3; in chacha_encrypt_bytes()
179 x3 = PLUS(x3,j3); 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
101 j3 = ctx->input[3]; in chacha20_encrypt_bytes()
128 x3 = j3; in chacha20_encrypt_bytes()
154 x3 = PLUS(x3, j3); in chacha20_encrypt_bytes()
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A D.travis.yml151 - make -j3
152 - make -j3 tests