Home
last modified time | relevance | path

Searched refs:j3 (Results 1 – 15 of 15) sorted by relevance

/freebsd/crypto/openssl/crypto/modes/asm/
H A Dghashv8-armx.pl523 my ($I0,$j1,$j2,$j3,
537 vld1.64 {$I0-$j3},[$inp],#64
542 vrev64.8 $j3,$j3
545 vext.8 $I3,$j3,$j3,#8
550 veor $j3,$j3,$I3
552 vpmull.p64 $Ym,$Hhl,$j3
563 vpmull.p64 $j3,$H3,$I1 @ H^3·Ii+1
568 veor $Yl,$Yl,$j3
580 vld1.64 {$I0-$j3},[$inp],#64
585 vrev64.8 $j3,$j3
[all …]
/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
33 j3 = x3 = LOAD32_LE(k + 8); in crypto_core_salsa()
82 STORE32_LE(out + 12, x3 + j3); in crypto_core_salsa()
/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
104 j3 = x->input[3]; in chacha_encrypt_bytes()
128 x3 = j3; in chacha_encrypt_bytes()
154 x3 = PLUS(x3,j3); in chacha_encrypt_bytes()
/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
102 j3 = x->input[3]; in chacha_encrypt_bytes()
126 x3 = j3; in chacha_encrypt_bytes()
152 x3 = PLUS(x3,j3); 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
102 j3 = x->input[3]; in chacha_encrypt_bytes()
126 x3 = j3; in chacha_encrypt_bytes()
152 x3 = PLUS(x3,j3); 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
124 j3 = x->input[3]; in chacha_encrypt_bytes()
150 x3 = j3; in chacha_encrypt_bytes()
176 x3 = PLUS(x3,j3); 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
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()
/freebsd/crypto/openssl/test/recipes/80-test_ssl_old_data/
H A Ddsa2048.pem7 +n+cota0QoCUXKFsW5H3wPqfbrPc/nDrsQIdAO08IJyljQlKs85MWKSOW8WpG/j3
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8916-samsung-j3ltetw.dts5 #include "msm8916-samsung-j3-common.dtsi"
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-lenovo-hr630.dts485 pin-gpio-j3-hog {
H A Daspeed-bmc-lenovo-hr855xg2.dts561 pin-gpio-j3-hog {
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_rsa.txt241 lWtl7Nuc9gdkBj8VqkhVPFjZcv5mdQVuNd39w3vzufL2Iu4nEzclaEnJvvIXb+j3
H A Devppkey_rsa_common.txt846 lWtl7Nuc9gdkBj8VqkhVPFjZcv5mdQVuNd39w3vzufL2Iu4nEzclaEnJvvIXb+j3
/freebsd/contrib/ntp/
H A DCommitLog-4.1.02079 * configure.in: 4.0.99j3
/freebsd/contrib/sqlite3/
H A Dsqlite3.c124873 int j1, j2, j3; local
124876 j3 = sqlite3VdbeAddOp4Int(v, OP_SeekGT, iIdxCur, 0, regPrev, 1);
124881 sqlite3VdbeJumpHere(v, j3);