Home
last modified time | relevance | path

Searched refs:sk2 (Results 1 – 25 of 617) sorted by relevance

12345678910>>...25

/dports/science/tinker/tinker/source/
H A Dechgdpl2.f710 & - sk2*dtaperx*dedxk2 + sk2*sk2*d2taperxx
712 & - sk2*dtapery*dedxk2 + sk2*sk2*d2taperxy
714 & - sk2*dtaperz*dedxk2 + sk2*sk2*d2taperxz
728 & - sk2*dtaperx*dedyk2 + sk2*sk2*d2taperxy
730 & - sk2*dtapery*dedyk2 + sk2*sk2*d2taperyy
732 & - sk2*dtaperz*dedyk2 + sk2*sk2*d2taperyz
746 & - sk2*dtaperx*dedzk2 + sk2*sk2*d2taperxz
748 & - sk2*dtapery*dedzk2 + sk2*sk2*d2taperyz
750 & - sk2*dtaperz*dedzk2 + sk2*sk2*d2taperzz
1416 & - sk2*dtaperx*dedxk2 + sk2*sk2*d2taperxx
[all …]
H A Dedipole2.f37 real*8 si1,si2,sk1,sk2 local
134 sk2 = sdpl(kdipole)
139 xr = xq - x(k1) - xk*sk2
140 yr = yq - y(k1) - yk*sk2
141 zr = zq - z(k1) - zk*sk2
248 dedxk2 = -sk2*termx + termxk
249 dedyk2 = -sk2*termy + termyk
765 sk2 = sdpl(kdipole)
771 xr = xq - x(k1) - xk*sk2
772 yr = yq - y(k1) - yk*sk2
[all …]
H A Dechgdpl1.f40 real*8 sk1,sk2 local
115 sk2 = sdpl(k)
119 xr = x(k1) + xk*sk2 - xi
120 yr = y(k1) + yk*sk2 - yi
121 zr = z(k1) + zk*sk2 - zi
158 dedxk2 = -sk2*termx + termxk
159 dedyk2 = -sk2*termy + termyk
261 sk2 = sdpl(k)
266 xr = x(k1) + xk*sk2 - xi
267 yr = y(k1) + yk*sk2 - yi
[all …]
H A Dedipole1.f44 real*8 si1,si2,sk1,sk2 local
113 sk2 = sdpl(k)
118 xr = xq - x(k1) - xk*sk2
119 yr = yq - y(k1) - yk*sk2
120 zr = zq - z(k1) - zk*sk2
176 dedxk2 = -sk2*termx + termxk
177 dedyk2 = -sk2*termy + termyk
293 sk2 = sdpl(k)
299 xr = xq - x(k1) - xk*sk2
300 yr = yq - y(k1) - yk*sk2
[all …]
/dports/security/hashcat/hashcat-6.2.5/OpenCL/
H A Dinc_luks_twofish.h11 …BAL_AS const u32 *in, u32 *out, const u32 *sk1, const u32 *lk1, const u32 *sk2, const u32 *lk2, co…
12 …OBAL_AS const u32 *in, u32 *mk, const u32 *sk1, const u32 *lk1, const u32 *sk2, const u32 *lk2, co…
13 …OBAL_AS const u32 *in, u32 *mk, const u32 *sk1, const u32 *lk1, const u32 *sk2, const u32 *lk2, co…
14 …OBAL_AS const u32 *in, u32 *mk, const u32 *sk1, const u32 *lk1, const u32 *sk2, const u32 *lk2, co…
16 …OBAL_AS const u32 *in, u32 *mk, const u32 *sk1, const u32 *lk1, const u32 *sk2, const u32 *lk2, co…
20 …BAL_AS const u32 *in, u32 *out, const u32 *sk1, const u32 *lk1, const u32 *sk2, const u32 *lk2, co…
21 …OBAL_AS const u32 *in, u32 *mk, const u32 *sk1, const u32 *lk1, const u32 *sk2, const u32 *lk2, co…
23 …OBAL_AS const u32 *in, u32 *mk, const u32 *sk1, const u32 *lk1, const u32 *sk2, const u32 *lk2, co…
25 …OBAL_AS const u32 *in, u32 *mk, const u32 *sk1, const u32 *lk1, const u32 *sk2, const u32 *lk2, co…
50 …BAL_AS const u32 *in, u32 *out, const u32 *sk1, const u32 *lk1, const u32 *sk2, const u32 *lk2, co…
[all …]
H A Dinc_luks_twofish.cl2586 u32 sk2[4]; u32 lk2[40];
2619 u32 sk2[4]; u32 lk2[40];
2707 u32 sk2[4]; u32 lk2[40];
2747 u32 sk2[4]; u32 lk2[40];
2782 u32 sk2[4]; u32 lk2[40];
2807 u32 sk2[4]; u32 lk2[40];
2871 u32 sk2[4]; u32 lk2[40];
2903 u32 sk2[4]; u32 lk2[40];
2945 u32 sk2[4]; u32 lk2[40];
2978 u32 sk2[4]; u32 lk2[40];
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/isdn/mISDN/
H A Ddsp_dtmf.c123 s32 sk, sk1, sk2; in dsp_dtmf_goertzel_decode() local
159 sk2 = (*hfccoeff++) >> 4; in dsp_dtmf_goertzel_decode()
162 || sk2 < -32767) in dsp_dtmf_goertzel_decode()
168 (((cos2pik[k] * sk) >> 15) * sk2) + in dsp_dtmf_goertzel_decode()
169 (sk2 * sk2); in dsp_dtmf_goertzel_decode()
187 sk2 = 0; in dsp_dtmf_goertzel_decode()
192 sk2 = sk1; in dsp_dtmf_goertzel_decode()
196 sk2 >>= 8; in dsp_dtmf_goertzel_decode()
197 if (sk > 32767 || sk < -32767 || sk2 > 32767 || sk2 < -32767) in dsp_dtmf_goertzel_decode()
202 (((cos2pik[k] * sk) >> 15) * sk2) + in dsp_dtmf_goertzel_decode()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/isdn/mISDN/
H A Ddsp_dtmf.c123 s32 sk, sk1, sk2; in dsp_dtmf_goertzel_decode() local
159 sk2 = (*hfccoeff++) >> 4; in dsp_dtmf_goertzel_decode()
162 || sk2 < -32767) in dsp_dtmf_goertzel_decode()
168 (((cos2pik[k] * sk) >> 15) * sk2) + in dsp_dtmf_goertzel_decode()
169 (sk2 * sk2); in dsp_dtmf_goertzel_decode()
187 sk2 = 0; in dsp_dtmf_goertzel_decode()
192 sk2 = sk1; in dsp_dtmf_goertzel_decode()
196 sk2 >>= 8; in dsp_dtmf_goertzel_decode()
197 if (sk > 32767 || sk < -32767 || sk2 > 32767 || sk2 < -32767) in dsp_dtmf_goertzel_decode()
202 (((cos2pik[k] * sk) >> 15) * sk2) + in dsp_dtmf_goertzel_decode()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/isdn/mISDN/
H A Ddsp_dtmf.c123 s32 sk, sk1, sk2; in dsp_dtmf_goertzel_decode() local
159 sk2 = (*hfccoeff++) >> 4; in dsp_dtmf_goertzel_decode()
162 || sk2 < -32767) in dsp_dtmf_goertzel_decode()
168 (((cos2pik[k] * sk) >> 15) * sk2) + in dsp_dtmf_goertzel_decode()
169 (sk2 * sk2); in dsp_dtmf_goertzel_decode()
187 sk2 = 0; in dsp_dtmf_goertzel_decode()
192 sk2 = sk1; in dsp_dtmf_goertzel_decode()
196 sk2 >>= 8; in dsp_dtmf_goertzel_decode()
197 if (sk > 32767 || sk < -32767 || sk2 > 32767 || sk2 < -32767) in dsp_dtmf_goertzel_decode()
202 (((cos2pik[k] * sk) >> 15) * sk2) + in dsp_dtmf_goertzel_decode()
[all …]
/dports/security/seal/SEAL-3.7.2/native/tests/seal/
H A Dsecretkey.cpp31 SecretKey sk2; in TEST() local
32 sk2.load(context, stream); in TEST()
34 ASSERT_TRUE(sk.data() == sk2.data()); in TEST()
35 ASSERT_TRUE(sk.parms_id() == sk2.parms_id()); in TEST()
50 SecretKey sk2; in TEST() local
51 sk2.load(context, stream); in TEST()
53 ASSERT_TRUE(sk.data() == sk2.data()); in TEST()
54 ASSERT_TRUE(sk.parms_id() == sk2.parms_id()); in TEST()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/sodiumoxide-0.2.7/src/crypto/box_/
H A Dcurve25519xsalsa20poly1305.rs341 let (pk2, sk2) = gen_keypair(); in test_seal_open()
355 let (pk2, sk2) = gen_keypair(); in test_seal_open_precomputed()
374 let (pk2, sk2) = gen_keypair(); in test_seal_open_tamper()
391 let (pk2, sk2) = gen_keypair(); in test_seal_open_precomputed_tamper()
413 let (pk2, sk2) = gen_keypair(); in test_seal_open_seed()
430 let (pk2, sk2) = gen_keypair(); in test_seal_open_seed_tamper()
447 let (pk2, sk2) = gen_keypair(); in test_seal_open_detached()
462 let (pk2, sk2) = gen_keypair(); in test_seal_combined_then_open_detached()
516 let (pk2, sk2) = gen_keypair(); in test_open_detached_failure_does_not_modify()
615 let (pk2, sk2) = gen_keypair(); in test_open_detached_precomputed_failure_does_not_modify()
[all …]
/dports/security/py-libnacl/libnacl-1.6.1/tests/unit/
H A Dtest_raw_public.py15 pk2, sk2 = libnacl.crypto_box_keypair()
20 self.assertEqual(len(sk2), libnacl.crypto_box_PUBLICKEYBYTES)
24 self.assertNotEqual(pk2, sk2)
28 self.assertNotEqual(sk1, sk2)
29 self.assertNotEqual(sk2, sk3)
36 pk2, sk2 = libnacl.crypto_box_keypair()
39 clear_msg = libnacl.crypto_box_open(enc_msg, nonce1, pk1, sk2)
58 pk2, sk2 = libnacl.crypto_box_keypair()
60 k2 = libnacl.crypto_box_beforenm(pk1, sk2)
75 pk2, sk2 = libnacl.crypto_box_keypair()
[all …]
H A Dtest_raw_sign.py15 vk2, sk2 = libnacl.crypto_sign_keypair()
20 self.assertEqual(len(sk2), libnacl.crypto_sign_SECRETKEYBYTES)
24 self.assertNotEqual(vk2, sk2)
28 self.assertNotEqual(sk1, sk2)
29 self.assertNotEqual(sk2, sk3)
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/defaultMethods/static/hiding/
H A DInterfaceMethodHidingTest.java92 … static boolean overrides(MethodKind mk1, SignatureKind sk1, MethodKind mk2, SignatureKind sk2) { in overrides() argument
93 return sk1 == sk2 && in overrides()
132 for (SignatureKind sk2 : SignatureKind.values()) { in main()
137 … new InterfaceMethodHidingTest(mk1, mk2, mk3, sk1, sk2, sk3, be1, be2, be3).run(comp, fm); in main()
151 SignatureKind sk1, sk2, sk3; field in InterfaceMethodHidingTest
157 …SignatureKind sk1, SignatureKind sk2, SignatureKind sk3, BodyExpr be1, BodyExpr be2, BodyExpr be3)… in InterfaceMethodHidingTest() argument
162 this.sk2 = sk2; in InterfaceMethodHidingTest()
191 .replaceAll("#M2", mk2.getBody(be2, sk2)) in JavaSource()
218 sk2.overrideEquivalentWith(sk1) && !MethodKind.overrides(mk2, sk2, mk1, sk1) || in check()
224 sk3.overrideEquivalentWith(sk2) && !MethodKind.overrides(mk3, sk3, mk2, sk2); in check()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/defaultMethods/static/hiding/
H A DInterfaceMethodHidingTest.java92 … static boolean overrides(MethodKind mk1, SignatureKind sk1, MethodKind mk2, SignatureKind sk2) { in overrides() argument
93 return sk1 == sk2 && in overrides()
132 for (SignatureKind sk2 : SignatureKind.values()) { in main()
137 … new InterfaceMethodHidingTest(mk1, mk2, mk3, sk1, sk2, sk3, be1, be2, be3).run(comp, fm); in main()
151 SignatureKind sk1, sk2, sk3; field in InterfaceMethodHidingTest
157 …SignatureKind sk1, SignatureKind sk2, SignatureKind sk3, BodyExpr be1, BodyExpr be2, BodyExpr be3)… in InterfaceMethodHidingTest() argument
162 this.sk2 = sk2; in InterfaceMethodHidingTest()
191 .replaceAll("#M2", mk2.getBody(be2, sk2)) in JavaSource()
218 sk2.overrideEquivalentWith(sk1) && !MethodKind.overrides(mk2, sk2, mk1, sk1) || in check()
224 sk3.overrideEquivalentWith(sk2) && !MethodKind.overrides(mk3, sk3, mk2, sk2); in check()
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/crypto_sign/
H A Dtry.c19 static unsigned char *sk; unsigned long long sklen; static unsigned char *sk2; variable
39 sk2 = alignedcalloc(sklen); in allocate()
70 for (j = -16;j < 0;++j) sk2[j] = sk[j] = random(); in checksum_compute()
71 for (j = 0;j < sklen + 16;++j) sk2[j] = sk[j] = random(); in checksum_compute()
77 for (j = -16;j < 0;++j) if (sk[j] != sk2[j]) return "crypto_sign_keypair writes before sk"; in checksum_compute()
89 for (j = -16;j < 0;++j) sk2[j] = sk[j]; in checksum_compute()
90 for (j = 0;j < sklen + 16;++j) sk2[j] = sk[j]; in checksum_compute()
99 for (j = -16;j < 0;++j) if (sk[j] != sk2[j]) return "crypto_sign overwrites sk"; in checksum_compute()
100 for (j = 0;j < sklen + 16;++j) if (sk[j] != sk2[j]) return "crypto_sign overwrites sk"; in checksum_compute()
120 for (j = -16;j < 0;++j) if (sk[j] != sk2[j]) return "crypto_sign_open overwrites sk"; in checksum_compute()
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/multiplexer/
H A Dmultiplexer.test80 set sk2 [socket localhost 37465]
82 fileevent $sk2 readable [list Get $sk2]
86 fconfigure $sk2 -buffering line
113 set sk2 [socket localhost 37465]
115 fileevent $sk2 readable [list Get2 $sk2]
119 fconfigure $sk2 -buffering none -blocking 0
149 set sk2 [socket localhost 37465]
150 fileevent $sk2 readable [list Get3 $sk2]
153 fconfigure $sk2 -buffering line
176 set sk2 [socket localhost 37465]
/dports/devel/tcllibc/tcllib-1.20/modules/multiplexer/
H A Dmultiplexer.test80 set sk2 [socket localhost 37465]
82 fileevent $sk2 readable [list Get $sk2]
86 fconfigure $sk2 -buffering line
113 set sk2 [socket localhost 37465]
115 fileevent $sk2 readable [list Get2 $sk2]
119 fconfigure $sk2 -buffering none -blocking 0
149 set sk2 [socket localhost 37465]
150 fileevent $sk2 readable [list Get3 $sk2]
153 fconfigure $sk2 -buffering line
176 set sk2 [socket localhost 37465]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/helpers/
H A Dcmp_testlib.c35 int STACK_OF_X509_cmp(const STACK_OF(X509) *sk1, const STACK_OF(X509) *sk2) in STACK_OF_X509_cmp() argument
40 if (sk1 == sk2) in STACK_OF_X509_cmp()
44 if (sk2 == NULL) in STACK_OF_X509_cmp()
46 if ((res = sk_X509_num(sk1) - sk_X509_num(sk2))) in STACK_OF_X509_cmp()
50 b = sk_X509_value(sk2, i); in STACK_OF_X509_cmp()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/helpers/
H A Dcmp_testlib.c35 int STACK_OF_X509_cmp(const STACK_OF(X509) *sk1, const STACK_OF(X509) *sk2) in STACK_OF_X509_cmp() argument
40 if (sk1 == sk2) in STACK_OF_X509_cmp()
44 if (sk2 == NULL) in STACK_OF_X509_cmp()
46 if ((res = sk_X509_num(sk1) - sk_X509_num(sk2))) in STACK_OF_X509_cmp()
50 b = sk_X509_value(sk2, i); in STACK_OF_X509_cmp()
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/helpers/
H A Dcmp_testlib.c35 int STACK_OF_X509_cmp(const STACK_OF(X509) *sk1, const STACK_OF(X509) *sk2) in STACK_OF_X509_cmp() argument
40 if (sk1 == sk2) in STACK_OF_X509_cmp()
44 if (sk2 == NULL) in STACK_OF_X509_cmp()
46 if ((res = sk_X509_num(sk1) - sk_X509_num(sk2))) in STACK_OF_X509_cmp()
50 b = sk_X509_value(sk2, i); in STACK_OF_X509_cmp()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/helpers/
H A Dcmp_testlib.c35 int STACK_OF_X509_cmp(const STACK_OF(X509) *sk1, const STACK_OF(X509) *sk2) in STACK_OF_X509_cmp() argument
40 if (sk1 == sk2) in STACK_OF_X509_cmp()
44 if (sk2 == NULL) in STACK_OF_X509_cmp()
46 if ((res = sk_X509_num(sk1) - sk_X509_num(sk2))) in STACK_OF_X509_cmp()
50 b = sk_X509_value(sk2, i); in STACK_OF_X509_cmp()
/dports/security/openssl-devel/openssl-3.0.2/test/helpers/
H A Dcmp_testlib.c35 int STACK_OF_X509_cmp(const STACK_OF(X509) *sk1, const STACK_OF(X509) *sk2) in STACK_OF_X509_cmp() argument
40 if (sk1 == sk2) in STACK_OF_X509_cmp()
44 if (sk2 == NULL) in STACK_OF_X509_cmp()
46 if ((res = sk_X509_num(sk1) - sk_X509_num(sk2))) in STACK_OF_X509_cmp()
50 b = sk_X509_value(sk2, i); in STACK_OF_X509_cmp()
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/test/helpers/
H A Dcmp_testlib.c35 int STACK_OF_X509_cmp(const STACK_OF(X509) *sk1, const STACK_OF(X509) *sk2) in STACK_OF_X509_cmp() argument
40 if (sk1 == sk2) in STACK_OF_X509_cmp()
44 if (sk2 == NULL) in STACK_OF_X509_cmp()
46 if ((res = sk_X509_num(sk1) - sk_X509_num(sk2))) in STACK_OF_X509_cmp()
50 b = sk_X509_value(sk2, i); in STACK_OF_X509_cmp()
/dports/multimedia/libv4l/linux-5.13-rc2/net/core/
H A Dsock_reuseport.c140 int reuseport_add_sock(struct sock *sk, struct sock *sk2, bool bind_inany) in reuseport_add_sock() argument
144 if (!rcu_access_pointer(sk2->sk_reuseport_cb)) { in reuseport_add_sock()
145 int err = reuseport_alloc(sk2, bind_inany); in reuseport_add_sock()
152 reuse = rcu_dereference_protected(sk2->sk_reuseport_cb, in reuseport_add_sock()
264 struct sock *sk2 = NULL; in reuseport_select_sock() local
284 sk2 = bpf_run_sk_reuseport(reuse, sk, prog, skb, hash); in reuseport_select_sock()
286 sk2 = run_bpf_filter(reuse, socks, prog, skb, hdr_len); in reuseport_select_sock()
290 if (!sk2) { in reuseport_select_sock()
301 sk2 = reuse->socks[i]; in reuseport_select_sock()
307 return sk2; in reuseport_select_sock()

12345678910>>...25