Home
last modified time | relevance | path

Searched refs:Km (Results 1 – 25 of 1138) sorted by relevance

12345678910>>...46

/dports/multimedia/v4l-utils/linux-5.13-rc2/crypto/
H A Dcast6_generic.c184 Km = c->Km[0]; Kr = c->Kr[0]; Q(block, Kr, Km); in __cast6_encrypt()
185 Km = c->Km[1]; Kr = c->Kr[1]; Q(block, Kr, Km); in __cast6_encrypt()
186 Km = c->Km[2]; Kr = c->Kr[2]; Q(block, Kr, Km); in __cast6_encrypt()
187 Km = c->Km[3]; Kr = c->Kr[3]; Q(block, Kr, Km); in __cast6_encrypt()
188 Km = c->Km[4]; Kr = c->Kr[4]; Q(block, Kr, Km); in __cast6_encrypt()
189 Km = c->Km[5]; Kr = c->Kr[5]; Q(block, Kr, Km); in __cast6_encrypt()
221 Km = c->Km[11]; Kr = c->Kr[11]; Q(block, Kr, Km); in __cast6_decrypt()
223 Km = c->Km[9]; Kr = c->Kr[9]; Q(block, Kr, Km); in __cast6_decrypt()
224 Km = c->Km[8]; Kr = c->Kr[8]; Q(block, Kr, Km); in __cast6_decrypt()
225 Km = c->Km[7]; Kr = c->Kr[7]; Q(block, Kr, Km); in __cast6_decrypt()
[all …]
H A Dcast5_generic.c307 u32 *Km; in __cast5_encrypt() local
310 Km = c->Km; in __cast5_encrypt()
327 t = l; l = r; r = t ^ F1(r, Km[0], Kr[0]); in __cast5_encrypt()
328 t = l; l = r; r = t ^ F2(r, Km[1], Kr[1]); in __cast5_encrypt()
329 t = l; l = r; r = t ^ F3(r, Km[2], Kr[2]); in __cast5_encrypt()
330 t = l; l = r; r = t ^ F1(r, Km[3], Kr[3]); in __cast5_encrypt()
331 t = l; l = r; r = t ^ F2(r, Km[4], Kr[4]); in __cast5_encrypt()
332 t = l; l = r; r = t ^ F3(r, Km[5], Kr[5]); in __cast5_encrypt()
362 u32 *Km; in __cast5_decrypt() local
365 Km = c->Km; in __cast5_decrypt()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/crypto/
H A Dcast6_generic.c184 Km = c->Km[0]; Kr = c->Kr[0]; Q(block, Kr, Km); in __cast6_encrypt()
185 Km = c->Km[1]; Kr = c->Kr[1]; Q(block, Kr, Km); in __cast6_encrypt()
186 Km = c->Km[2]; Kr = c->Kr[2]; Q(block, Kr, Km); in __cast6_encrypt()
187 Km = c->Km[3]; Kr = c->Kr[3]; Q(block, Kr, Km); in __cast6_encrypt()
188 Km = c->Km[4]; Kr = c->Kr[4]; Q(block, Kr, Km); in __cast6_encrypt()
189 Km = c->Km[5]; Kr = c->Kr[5]; Q(block, Kr, Km); in __cast6_encrypt()
221 Km = c->Km[11]; Kr = c->Kr[11]; Q(block, Kr, Km); in __cast6_decrypt()
223 Km = c->Km[9]; Kr = c->Kr[9]; Q(block, Kr, Km); in __cast6_decrypt()
224 Km = c->Km[8]; Kr = c->Kr[8]; Q(block, Kr, Km); in __cast6_decrypt()
225 Km = c->Km[7]; Kr = c->Kr[7]; Q(block, Kr, Km); in __cast6_decrypt()
[all …]
H A Dcast5_generic.c307 u32 *Km; in __cast5_encrypt() local
310 Km = c->Km; in __cast5_encrypt()
327 t = l; l = r; r = t ^ F1(r, Km[0], Kr[0]); in __cast5_encrypt()
328 t = l; l = r; r = t ^ F2(r, Km[1], Kr[1]); in __cast5_encrypt()
329 t = l; l = r; r = t ^ F3(r, Km[2], Kr[2]); in __cast5_encrypt()
330 t = l; l = r; r = t ^ F1(r, Km[3], Kr[3]); in __cast5_encrypt()
331 t = l; l = r; r = t ^ F2(r, Km[4], Kr[4]); in __cast5_encrypt()
332 t = l; l = r; r = t ^ F3(r, Km[5], Kr[5]); in __cast5_encrypt()
362 u32 *Km; in __cast5_decrypt() local
365 Km = c->Km; in __cast5_decrypt()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/crypto/
H A Dcast6_generic.c184 Km = c->Km[0]; Kr = c->Kr[0]; Q(block, Kr, Km); in __cast6_encrypt()
185 Km = c->Km[1]; Kr = c->Kr[1]; Q(block, Kr, Km); in __cast6_encrypt()
186 Km = c->Km[2]; Kr = c->Kr[2]; Q(block, Kr, Km); in __cast6_encrypt()
187 Km = c->Km[3]; Kr = c->Kr[3]; Q(block, Kr, Km); in __cast6_encrypt()
188 Km = c->Km[4]; Kr = c->Kr[4]; Q(block, Kr, Km); in __cast6_encrypt()
189 Km = c->Km[5]; Kr = c->Kr[5]; Q(block, Kr, Km); in __cast6_encrypt()
221 Km = c->Km[11]; Kr = c->Kr[11]; Q(block, Kr, Km); in __cast6_decrypt()
223 Km = c->Km[9]; Kr = c->Kr[9]; Q(block, Kr, Km); in __cast6_decrypt()
224 Km = c->Km[8]; Kr = c->Kr[8]; Q(block, Kr, Km); in __cast6_decrypt()
225 Km = c->Km[7]; Kr = c->Kr[7]; Q(block, Kr, Km); in __cast6_decrypt()
[all …]
H A Dcast5_generic.c307 u32 *Km; in __cast5_encrypt() local
310 Km = c->Km; in __cast5_encrypt()
327 t = l; l = r; r = t ^ F1(r, Km[0], Kr[0]); in __cast5_encrypt()
328 t = l; l = r; r = t ^ F2(r, Km[1], Kr[1]); in __cast5_encrypt()
329 t = l; l = r; r = t ^ F3(r, Km[2], Kr[2]); in __cast5_encrypt()
330 t = l; l = r; r = t ^ F1(r, Km[3], Kr[3]); in __cast5_encrypt()
331 t = l; l = r; r = t ^ F2(r, Km[4], Kr[4]); in __cast5_encrypt()
332 t = l; l = r; r = t ^ F3(r, Km[5], Kr[5]); in __cast5_encrypt()
362 u32 *Km; in __cast5_decrypt() local
365 Km = c->Km; in __cast5_decrypt()
[all …]
/dports/security/libgcrypt/libgcrypt-1.9.4/cipher/
H A Dcast5.c68 u32 Km[16]; member
485 u32 *Km; in do_encrypt_block() local
488 Km = c->Km; in do_encrypt_block()
520 t = l; l = r; r = t ^ F1(r, Km[15], Kr & 31); in do_encrypt_block()
542 u32 *Km; in do_encrypt_block_3() local
545 Km = c->Km; in do_encrypt_block_3()
633 u32 *Km; in do_decrypt_block() local
636 Km = c->Km; in do_decrypt_block()
677 u32 *Km; in do_decrypt_block_3() local
680 Km = c->Km; in do_decrypt_block_3()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/cipher/
H A Dcast5.c68 u32 Km[16]; member
485 u32 *Km; in do_encrypt_block() local
488 Km = c->Km; in do_encrypt_block()
520 t = l; l = r; r = t ^ F1(r, Km[15], Kr & 31); in do_encrypt_block()
542 u32 *Km; in do_encrypt_block_3() local
545 Km = c->Km; in do_encrypt_block_3()
633 u32 *Km; in do_decrypt_block() local
636 Km = c->Km; in do_decrypt_block()
677 u32 *Km; in do_decrypt_block_3() local
680 Km = c->Km; in do_decrypt_block_3()
[all …]
/dports/shells/ksh93/ast-93u/src/cmd/re/
H A Dminimal.dat80 Km +([1234]) a1234 (1,2)(1,2)
84 Km +([1-4]) a1234 (1,2)(1,2)
98 Km +(1|2|3|4) 4 (0,1)(0,1)
102 Km +([1234]) 4 (0,1)(0,1)
106 Km +([1-4]) 4 (0,1)(0,1)
126 Km +([1234]) a1234 (1,2)(1,2)
130 Km +([1-4]) a1234 (1,2)(1,2)
139 Km [[:digit:]] 4 (0,1)
146 Km +(1|2|3|4) 4 (0,1)(0,1)
150 Km +([1234]) 4 (0,1)(0,1)
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/re/
H A Dminimal.dat80 Km +([1234]) a1234 (1,2)(1,2)
84 Km +([1-4]) a1234 (1,2)(1,2)
98 Km +(1|2|3|4) 4 (0,1)(0,1)
102 Km +([1234]) 4 (0,1)(0,1)
106 Km +([1-4]) 4 (0,1)(0,1)
126 Km +([1234]) a1234 (1,2)(1,2)
130 Km +([1-4]) a1234 (1,2)(1,2)
139 Km [[:digit:]] 4 (0,1)
146 Km +(1|2|3|4) 4 (0,1)(0,1)
150 Km +([1234]) 4 (0,1)(0,1)
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/re/
H A Dminimal.dat80 Km +([1234]) a1234 (1,2)(1,2)
84 Km +([1-4]) a1234 (1,2)(1,2)
98 Km +(1|2|3|4) 4 (0,1)(0,1)
102 Km +([1234]) 4 (0,1)(0,1)
106 Km +([1-4]) 4 (0,1)(0,1)
126 Km +([1234]) a1234 (1,2)(1,2)
130 Km +([1-4]) a1234 (1,2)(1,2)
139 Km [[:digit:]] 4 (0,1)
146 Km +(1|2|3|4) 4 (0,1)(0,1)
150 Km +([1234]) 4 (0,1)(0,1)
[all …]
/dports/security/gnupg1/gnupg-1.4.23/cipher/
H A Dcast5.c52 u32 Km[16]; member
369 u32 *Km; in do_encrypt_block() local
372 Km = c->Km; in do_encrypt_block()
389 t = l; l = r; r = t ^ F1(r, Km[ 0], Kr[ 0]); in do_encrypt_block()
390 t = l; l = r; r = t ^ F2(r, Km[ 1], Kr[ 1]); in do_encrypt_block()
391 t = l; l = r; r = t ^ F3(r, Km[ 2], Kr[ 2]); in do_encrypt_block()
392 t = l; l = r; r = t ^ F1(r, Km[ 3], Kr[ 3]); in do_encrypt_block()
393 t = l; l = r; r = t ^ F2(r, Km[ 4], Kr[ 4]); in do_encrypt_block()
430 u32 *Km; in do_decrypt_block() local
433 Km = c->Km; in do_decrypt_block()
[all …]
/dports/science/chrono/chrono-7.0.1/src/chrono/fea/
H A DChElementBeamEuler.cpp253 Km(c, r) = Km(r, c); in ComputeStiffnessMatrix()
271 this->Km(4, i) += Cz * this->Km(0, i); in ComputeStiffnessMatrix()
273 this->Km(5, i) += -Cy * this->Km(0, i); in ComputeStiffnessMatrix()
276 this->Km(10, i) += Cz * this->Km(6, i); in ComputeStiffnessMatrix()
278 this->Km(11, i) += -Cy * this->Km(6, i); in ComputeStiffnessMatrix()
281 this->Km(i, 4) += Cz * this->Km(i, 0); in ComputeStiffnessMatrix()
283 this->Km(i, 5) += -Cy * this->Km(i, 0); in ComputeStiffnessMatrix()
286 this->Km(i, 10) += Cz * this->Km(i, 6); in ComputeStiffnessMatrix()
288 this->Km(i, 11) += -Cy * this->Km(i, 6); in ComputeStiffnessMatrix()
297 - Sz * this->Km(1, i) + Sy * this->Km(2, i); in ComputeStiffnessMatrix()
[all …]
/dports/math/mcsim/mcsim-6.2.0/examples/perc/
H A Dperc.mcmc-hier.out1 …r sc_Vmax(1) Km(1) sc_Vmax(1.1) Km(1.1) sc_Vmax(1.2) Km(1.2) sc_Vmax(1.3) Km(1.3) sc_Vmax(1.4) Km(…
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/vsph/tests/
H A Dtest_camera_bounds.cxx78 vnl_matrix_fixed<double, 3, 3> Km(0.0); in test_camera_bounds() local
79 Km[0][0] = 1871.2; Km[1][1] = 1871.2; in test_camera_bounds()
80 Km[0][2] = 640.0; Km[1][2] = 360.0; in test_camera_bounds()
81 Km[2][2] = 1.0; in test_camera_bounds()
82 vpgl_calibration_matrix<double> K(Km); in test_camera_bounds()
121 Km[0][0] = scl*1871.2; Km[1][1] = scl*1871.2; in test_camera_bounds()
122 Km[0][2] = scl*640.0; Km[1][2] = scl*360.0; in test_camera_bounds()
123 Km[2][2] = 1.0; in test_camera_bounds()
124 vpgl_calibration_matrix<double> Ks(Km); in test_camera_bounds()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bpgl/algo/tests/
H A Dtest_camera_bounds.cxx78 vnl_matrix_fixed<double, 3, 3> Km(0.0); in test_camera_bounds() local
79 Km[0][0] = 1871.2; Km[1][1] = 1871.2; in test_camera_bounds()
80 Km[0][2] = 640.0; Km[1][2] = 360.0; in test_camera_bounds()
81 Km[2][2] = 1.0; in test_camera_bounds()
82 vpgl_calibration_matrix<double> K(Km); in test_camera_bounds()
120 Km[0][0] = scl*1871.2; Km[1][1] = scl*1871.2; in test_camera_bounds()
121 Km[0][2] = scl*640.0; Km[1][2] = scl*360.0; in test_camera_bounds()
122 Km[2][2] = 1.0; in test_camera_bounds()
123 vpgl_calibration_matrix<double> Ks(Km); in test_camera_bounds()
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/dell/
H A DFORCE10-TC139 port0210EX2YD(24), -- Prometheus 10Km
140 port0210EX2ED(25), -- Prometheus 40Km
142 port0210EW2YD(27), -- Corsica 10Km
143 port0110EX1YD(28), -- Cyclops 10Km
144 port0110EX1ED(29), -- Cyclops 40Km
145 port0110EX1ZD(30), -- Cyclops 80Km
150 port0110EX1YD2(35), -- Cyclops 10Km ED2
151 port0110EX1YE(36), -- Cyclops 10Km EE
152 port0210EW2YD2(37), -- Corsica 10Km WAN
159 port0210EX2ZD(44), -- Prometheus 80Km
[all …]
H A DDELL-NETWORKING-TC148 port0210EX2YD(24), -- Prometheus 10Km
149 port0210EX2ED(25), -- Prometheus 40Km
151 port0210EW2YD(27), -- Corsica 10Km
152 port0110EX1YD(28), -- Cyclops 10Km
153 port0110EX1ED(29), -- Cyclops 40Km
154 port0110EX1ZD(30), -- Cyclops 80Km
159 port0110EX1YD2(35), -- Cyclops 10Km ED2
160 port0110EX1YE(36), -- Cyclops 10Km EE
161 port0210EW2YD2(37), -- Corsica 10Km WAN
168 port0210EX2ZD(44), -- Prometheus 80Km
[all …]
/dports/net-mgmt/observium/observium/mibs/dell/
H A DDELL-NETWORKING-TC148 port0210EX2YD(24), -- Prometheus 10Km
149 port0210EX2ED(25), -- Prometheus 40Km
151 port0210EW2YD(27), -- Corsica 10Km
152 port0110EX1YD(28), -- Cyclops 10Km
153 port0110EX1ED(29), -- Cyclops 40Km
154 port0110EX1ZD(30), -- Cyclops 80Km
159 port0110EX1YD2(35), -- Cyclops 10Km ED2
160 port0110EX1YE(36), -- Cyclops 10Km EE
161 port0210EW2YD2(37), -- Corsica 10Km WAN
168 port0210EX2ZD(44), -- Prometheus 80Km
[all …]
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/force10/
H A Df10-tc.mib139 port0210EX2YD(24), -- Prometheus 10Km
140 port0210EX2ED(25), -- Prometheus 40Km
142 port0210EW2YD(27), -- Corsica 10Km
143 port0110EX1YD(28), -- Cyclops 10Km
144 port0110EX1ED(29), -- Cyclops 40Km
145 port0110EX1ZD(30), -- Cyclops 80Km
150 port0110EX1YD2(35), -- Cyclops 10Km ED2
151 port0110EX1YE(36), -- Cyclops 10Km EE
152 port0210EW2YD2(37), -- Corsica 10Km WAN
159 port0210EX2ZD(44), -- Prometheus 80Km
[all …]
/dports/net-mgmt/observium/observium/mibs/force10/
H A DFORCE10-TC139 port0210EX2YD(24), -- Prometheus 10Km
140 port0210EX2ED(25), -- Prometheus 40Km
142 port0210EW2YD(27), -- Corsica 10Km
143 port0110EX1YD(28), -- Cyclops 10Km
144 port0110EX1ED(29), -- Cyclops 40Km
145 port0110EX1ZD(30), -- Cyclops 80Km
150 port0110EX1YD2(35), -- Cyclops 10Km ED2
151 port0110EX1YE(36), -- Cyclops 10Km EE
152 port0210EW2YD2(37), -- Corsica 10Km WAN
159 port0210EX2ZD(44), -- Prometheus 80Km
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/crypto/ecies/
H A Decies.go166 func deriveKeys(hash hash.Hash, z, s1 []byte, keyLen int) (Ke, Km []byte) {
169 Km = K[keyLen:]
171 hash.Write(Km)
172 Km = hash.Sum(Km[:0])
173 return Ke, Km
249 Ke, Km := deriveKeys(hash, z, s1, params.KeyLen)
256 d := messageTag(params.Hash, Km, em, s2)
309 Ke, Km := deriveKeys(hash, z, s1, params.KeyLen)
311 d := messageTag(params.Hash, Km, c[mStart:mEnd], s2)
/dports/science/colt/colt/src/cern/jet/random/
H A DBinomial.java125 int bh,i, K, Km, nK; in generateBinomial() local
207 if ((Km = Math.abs(K - m)) <= DMAX_KM || Km + Km + 2L >= ss) { in generateBinomial()
227 T = - Km * Km / (ss + ss); in generateBinomial()
228 E = (Km / ss) * ((Km * (Km * C1_3 + C5_8) + C1_6) / ss + 0.5); in generateBinomial()
/dports/astro/siril/siril/subprojects/wcslib/
H A Dtab.c826 Km = tab->K; in tabset()
830 if (*Km > 1) { in tabset()
986 Km = tab->K; in tabx2s()
1002 if (*Km == 1) { in tabx2s()
1029 if (psi_m <= Psi[*Km] + 0.5*(Psi[*Km]-Psi[*Km-1])) { in tabx2s()
1031 k = *Km - 1; in tabx2s()
1069 if (Psi[*Km] - 0.5*(Psi[*Km-1]-Psi[*Km]) <= psi_m) { in tabx2s()
1071 k = *Km - 1; in tabx2s()
1116 } else if (p1 == *Km && *Km > 1) { in tabx2s()
1332 Km = tab->K; in tabs2x()
[all …]
/dports/science/clhep/2.4.1.0/CLHEP/Random/src/
H A DRandBinomial.cc185 long bh,i, K, Km, nK; in genBinomial() local
279 if ((Km = labs(K - m)) <= DMAX_KM || Km + Km + 2L >= ss) in genBinomial()
305 T = - Km * Km / (ss + ss); in genBinomial()
306 E = (Km / ss) * ((Km * (Km * C1_3 + C5_8) + C1_6) / ss + 0.5); in genBinomial()

12345678910>>...46