Home
last modified time | relevance | path

Searched refs:j8 (Results 1 – 9 of 9) sorted by relevance

/freebsd/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, in crypto_core_salsa() local
42 j8 = x8 = LOAD32_LE(in + 8); in crypto_core_salsa()
87 STORE32_LE(out + 32, x8 + j8); in crypto_core_salsa()
/freebsd/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; in chacha_encrypt_bytes() local
107 j8 = x->input[8]; in chacha_encrypt_bytes()
131 x8 = j8; in chacha_encrypt_bytes()
157 x8 = PLUS(x8,j8); in chacha_encrypt_bytes()
/freebsd/crypto/openssh/openbsd-compat/
H A Dchacha_private.h94 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local
109 j8 = x->input[8]; in chacha_encrypt_bytes()
133 x8 = j8; in chacha_encrypt_bytes()
159 x8 = PLUS(x8,j8); in chacha_encrypt_bytes()
/freebsd/crypto/openssh/
H A Dchacha.c92 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local
107 j8 = x->input[8]; in chacha_encrypt_bytes()
131 x8 = j8; in chacha_encrypt_bytes()
157 x8 = PLUS(x8,j8); in chacha_encrypt_bytes()
/freebsd/sys/crypto/chacha20/
H A Dchacha.c114 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local
129 j8 = x->input[8]; in chacha_encrypt_bytes()
155 x8 = j8; in chacha_encrypt_bytes()
181 x8 = PLUS(x8,j8); in chacha_encrypt_bytes()
/freebsd/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, in chacha20_encrypt_bytes() local
106 j8 = ctx->input[8]; in chacha20_encrypt_bytes()
133 x8 = j8; in chacha20_encrypt_bytes()
159 x8 = PLUS(x8, j8); in chacha20_encrypt_bytes()
/freebsd/contrib/bmake/unit-tests/
H A Ddepsrc-wait.mk16 .MAKEFLAGS: -j8
/freebsd/crypto/openssl/test/certs/
H A Dgoodcn2-key.pem20 j8/FHI8Tj9f6zXTpddAPmgPm+Wd5QzMBHoTgu5EmSoZrpe9X+Km5b0gWenJDnf9T
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrControl.td118 def SET#"j8"#cc : MxSccM<cc, MxType8.JOp, MxType8.JPat, MxEncAddrMode_j<"dst">>;