Home
last modified time | relevance | path

Searched refs:Vf (Results 1 – 25 of 833) sorted by relevance

12345678910>>...34

/dports/german/BBBike/BBBike-3.18/data/
H A Dvorfahrt4 X Vf 10123,9233 10547,9233 10564,9292
5 X Vf 10748,9054 10675,8940 10481,8814
6 X Vf 10713,9260 10705,9234 10709,9192
7 X Vf 4839,2195 4660,2116 4501,1900
8 X Vf 10613,4308 10526,4319 10462,4326
21 X Vf 3382,9223 3314,9304 3127,9522
27 X Vf 8605,4138 8399,4244 8159,4354
28 X Vf 2116,7740 2087,7811 2106,8075
69 X Vf 519,4547 418,4696 374,4779
195 X Vf 247,822 230,899 214,969
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/metal/
H A Dconv.rs187 Vf::Uint8x2 => UChar2, in map_vertex_format()
188 Vf::Sint8x2 => Char2, in map_vertex_format()
191 Vf::Uint8x4 => UChar4, in map_vertex_format()
192 Vf::Sint8x4 => Char4, in map_vertex_format()
203 Vf::Uint32 => UInt, in map_vertex_format()
204 Vf::Sint32 => Int, in map_vertex_format()
205 Vf::Float32 => Float, in map_vertex_format()
207 Vf::Sint32x2 => Int2, in map_vertex_format()
210 Vf::Sint32x3 => Int3, in map_vertex_format()
213 Vf::Sint32x4 => Int4, in map_vertex_format()
[all …]
/dports/audio/goattracker/goattracker-2.76/src/resid-fp/
H A Dfilterfp.h279 float Vi = 0.f, Vf = 0.f; in clock() local
282 ((filt & 1) ? Vi : Vf) += voice1; in clock()
283 ((filt & 2) ? Vi : Vf) += voice2; in clock()
289 Vf += voice3; in clock()
294 Vf += Vlp; in clock()
297 Vf += Vbp; in clock()
300 Vf += Vhp; in clock()
320 Vf *= volf; in clock()
321 Vf = waveshaper1(Vf); in clock()
327 Vf *= volf; in clock()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/dx12/
H A Dconv.rs158 use wgt::VertexFormat as Vf; in map_vertex_format()
162 Vf::Unorm8x2 => DXGI_FORMAT_R8G8_UNORM, in map_vertex_format()
163 Vf::Snorm8x2 => DXGI_FORMAT_R8G8_SNORM, in map_vertex_format()
164 Vf::Uint8x2 => DXGI_FORMAT_R8G8_UINT, in map_vertex_format()
165 Vf::Sint8x2 => DXGI_FORMAT_R8G8_SINT, in map_vertex_format()
172 Vf::Uint16x2 => DXGI_FORMAT_R16G16_UINT, in map_vertex_format()
173 Vf::Sint16x2 => DXGI_FORMAT_R16G16_SINT, in map_vertex_format()
180 Vf::Uint32 => DXGI_FORMAT_R32_UINT, in map_vertex_format()
181 Vf::Sint32 => DXGI_FORMAT_R32_SINT, in map_vertex_format()
182 Vf::Float32 => DXGI_FORMAT_R32_FLOAT, in map_vertex_format()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/gles/
H A Dconv.rs159 use wgt::VertexFormat as Vf; in describe_vertex_format()
163 Vf::Snorm8x2 => (2, glow::BYTE, Vak::Float), in describe_vertex_format()
165 Vf::Sint8x2 => (2, glow::BYTE, Vak::Integer), in describe_vertex_format()
167 Vf::Snorm8x4 => (4, glow::BYTE, Vak::Float), in describe_vertex_format()
169 Vf::Sint8x4 => (4, glow::BYTE, Vak::Integer), in describe_vertex_format()
181 Vf::Sint32 => (1, glow::INT, Vak::Integer), in describe_vertex_format()
182 Vf::Float32 => (1, glow::FLOAT, Vak::Float), in describe_vertex_format()
184 Vf::Sint32x2 => (2, glow::INT, Vak::Integer), in describe_vertex_format()
187 Vf::Sint32x3 => (3, glow::INT, Vak::Integer), in describe_vertex_format()
190 Vf::Sint32x4 => (4, glow::INT, Vak::Integer), in describe_vertex_format()
[all …]
/dports/korean/p5-Lingua-KO-Hangul-Util/Lingua-KO-Hangul-Util-0.28/t/
H A Dstd.t36 # L L Vf
49 # Lf V L Vf
62 # Lf Vf T L Vf
64 # Lf Vf T V
66 # Lf Vf T T
68 # Lf Vf T LV
70 # Lf Vf T LVT
72 # Lf Vf T M
75 # LV L Vf
88 # LVT L Vf
[all …]
H A Dfiller.t39 # L L Vf
52 # Lf V L Vf
66 # Lf Vf T L Vf
69 # Lf Vf T V
72 # Lf Vf T T
75 # Lf Vf T LV
78 # Lf Vf T LVT
81 # Lf Vf T M
85 # LV L Vf
98 # LVT L Vf
[all …]
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/resid-fp/
H A Dfilter.h303 float Vi = 0.f, Vnf = 0.f, Vf = 0.f; in clock() local
320 Vf += Vlp; in clock()
322 Vf += Vbp; in clock()
324 Vf += Vhp; in clock()
343 Vlp += (Vf + Vnf - Vlp) * distortion_cf_threshold; in clock()
345 Vbp += (Vf + Vnf - Vbp) * distortion_cf_threshold; in clock()
347 Vhp += (Vf + Vnf - Vhp) * distortion_cf_threshold; in clock()
358 Vf += Vnf + Vlp * (outputleveldifference_lp_bp - 1.f); in clock()
365 Vf += Vnf; in clock()
368 return Vf * volf; in clock()
/dports/math/spectra/spectra-1.0.0/include/Spectra/LinAlg/
H A DArnoldi.h64 Vector v(m_n), Vf(V.cols()); in expand_basis()
81 m_op.trans_product(V, f, Vf); in expand_basis()
82 f.noalias() -= V * Vf; in expand_basis()
87 m_op.trans_product(V, f, Vf); in expand_basis()
89 Scalar ortho_err = Vf.cwiseAbs().maxCoeff(); in expand_basis()
95 f.noalias() -= V * Vf; in expand_basis()
99 m_op.trans_product(V, f, Vf); in expand_basis()
100 ortho_err = Vf.cwiseAbs().maxCoeff(); in expand_basis()
194 Vector Vf(to_m); in factorize_from()
260 m_fac_f.noalias() -= Vs * Vf.head(i1); in factorize_from()
[all …]
/dports/astro/py-pykep/pykep-2.6/include/keplerian_toolbox/core_functions/
H A Dthree_impulses_approximation.hpp75 double Vf = std::sqrt(mu * (2.0 / ra1 - 2.0 / (rp2 + ra1))); in three_impulses_approx() local
76 double DV1 = std::sqrt(Vi * Vi + Vf * Vf - 2.0 * Vi * Vf * cosiREL); in three_impulses_approx()
87 double Vf = std::sqrt(mu * (2.0 / ra2 - 1.0 / a2)); in three_impulses_approx() local
88 double DV2 = std::sqrt(std::abs(Vi * Vi + Vf * Vf - 2.0 * Vi * Vf * cosiREL)); in three_impulses_approx()
/dports/astro/pykep/pykep-2.6/include/keplerian_toolbox/core_functions/
H A Dthree_impulses_approximation.hpp75 double Vf = std::sqrt(mu * (2.0 / ra1 - 2.0 / (rp2 + ra1))); in three_impulses_approx() local
76 double DV1 = std::sqrt(Vi * Vi + Vf * Vf - 2.0 * Vi * Vf * cosiREL); in three_impulses_approx()
87 double Vf = std::sqrt(mu * (2.0 / ra2 - 1.0 / a2)); in three_impulses_approx() local
88 double DV2 = std::sqrt(std::abs(Vi * Vi + Vf * Vf - 2.0 * Vi * Vf * cosiREL)); in three_impulses_approx()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/sid/sidplay-libs/resid/
H A Dfilter.h435 sound_sample Vf; in output() local
440 Vf = 0; in output()
443 Vf = Vlp; in output()
446 Vf = Vbp; in output()
449 Vf = Vlp + Vbp; in output()
452 Vf = Vhp; in output()
455 Vf = Vlp + Vhp; in output()
458 Vf = Vbp + Vhp; in output()
461 Vf = Vlp + Vbp + Vhp; in output()
467 return (Vnf + Vf + mixer_DC)*static_cast<sound_sample>(vol); in output()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/mbedtls/
H A Ddhm.c384 MBEDTLS_MPI_CHK( mbedtls_mpi_lset( &ctx->Vf, 1 ) ); in dhm_update_blinding()
398 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ctx->Vf, &ctx->Vf, &ctx->Vf ) ); in dhm_update_blinding()
399 MBEDTLS_MPI_CHK( mbedtls_mpi_mod_mpi( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
415 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ctx->Vf, &ctx->Vi, &R ) ); in dhm_update_blinding()
416 MBEDTLS_MPI_CHK( mbedtls_mpi_mod_mpi( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
417 MBEDTLS_MPI_CHK( mbedtls_mpi_inv_mod( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
418 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ctx->Vf, &ctx->Vf, &R ) ); in dhm_update_blinding()
419 MBEDTLS_MPI_CHK( mbedtls_mpi_mod_mpi( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
421 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &ctx->Vf, &ctx->Vf, &ctx->X, &ctx->P, &ctx->RP ) ); in dhm_update_blinding()
465 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ctx->K, &ctx->K, &ctx->Vf ) ); in mbedtls_dhm_calc_secret()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/mbedtls/
H A Ddhm.c384 MBEDTLS_MPI_CHK( mbedtls_mpi_lset( &ctx->Vf, 1 ) ); in dhm_update_blinding()
398 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ctx->Vf, &ctx->Vf, &ctx->Vf ) ); in dhm_update_blinding()
399 MBEDTLS_MPI_CHK( mbedtls_mpi_mod_mpi( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
415 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ctx->Vf, &ctx->Vi, &R ) ); in dhm_update_blinding()
416 MBEDTLS_MPI_CHK( mbedtls_mpi_mod_mpi( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
417 MBEDTLS_MPI_CHK( mbedtls_mpi_inv_mod( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
418 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ctx->Vf, &ctx->Vf, &R ) ); in dhm_update_blinding()
419 MBEDTLS_MPI_CHK( mbedtls_mpi_mod_mpi( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
421 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &ctx->Vf, &ctx->Vf, &ctx->X, &ctx->P, &ctx->RP ) ); in dhm_update_blinding()
465 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ctx->K, &ctx->K, &ctx->Vf ) ); in mbedtls_dhm_calc_secret()
[all …]
/dports/graphics/rx/rx-0.4.0/cargo-crates/wgpu-native-0.4.1/src/
H A Dconv.rs398 Vf::Uchar2 => H::Rg8Uint, in map_vertex_format()
400 Vf::Char2 => H::Rg8Sint, in map_vertex_format()
401 Vf::Char4 => H::Rgba8Sint, in map_vertex_format()
408 Vf::Short2 => H::Rg16Sint, in map_vertex_format()
416 Vf::Float => H::R32Sfloat, in map_vertex_format()
420 Vf::Uint => H::R32Uint, in map_vertex_format()
421 Vf::Uint2 => H::Rg32Uint, in map_vertex_format()
422 Vf::Uint3 => H::Rgb32Uint, in map_vertex_format()
424 Vf::Int => H::R32Sint, in map_vertex_format()
425 Vf::Int2 => H::Rg32Sint, in map_vertex_format()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRepBuild/
H A DTopOpeBRepBuild_Builder1_1.cxx227 TopoDS_Vertex Vf, Vl; in PerformShapeWithStates() local
229 theUsedVertexMap.Add(Vf); in PerformShapeWithStates()
246 TopoDS_Vertex Vf, Vl; in PerformShapeWithStates() local
248 theUsedVertexMap.Add(Vf); in PerformShapeWithStates()
257 TopoDS_Vertex Vf, Vl; in PerformShapeWithStates() local
259 theUsedVertexMap.Add(Vf); in PerformShapeWithStates()
268 TopoDS_Vertex Vf, Vl; in PerformShapeWithStates() local
643 TopoDS_Vertex Vf, Vl; in StatusEdgesToSplit() local
703 if (!Vf.IsSame(Vl)) { in StatusEdgesToSplit()
732 TopoDS_Vertex Vf, Vl; in StatusEdgesToSplit() local
[all …]
/dports/multimedia/librist/librist-5c1f4a06ab46e16e6bba42fe7381d8353020a1fd/contrib/mbedtls/library/
H A Ddhm.c369 MBEDTLS_MPI_CHK( mbedtls_mpi_lset( &ctx->Vf, 1 ) ); in dhm_update_blinding()
383 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ctx->Vf, &ctx->Vf, &ctx->Vf ) ); in dhm_update_blinding()
384 MBEDTLS_MPI_CHK( mbedtls_mpi_mod_mpi( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
400 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ctx->Vf, &ctx->Vi, &R ) ); in dhm_update_blinding()
401 MBEDTLS_MPI_CHK( mbedtls_mpi_mod_mpi( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
402 MBEDTLS_MPI_CHK( mbedtls_mpi_inv_mod( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
403 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ctx->Vf, &ctx->Vf, &R ) ); in dhm_update_blinding()
404 MBEDTLS_MPI_CHK( mbedtls_mpi_mod_mpi( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
406 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &ctx->Vf, &ctx->Vf, &ctx->X, &ctx->P, &ctx->RP ) ); in dhm_update_blinding()
453 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ctx->K, &ctx->K, &ctx->Vf ) ); in mbedtls_dhm_calc_secret()
[all …]
/dports/security/mbedtls/mbedtls-mbedtls-2.16.12/library/
H A Ddhm.c393 MBEDTLS_MPI_CHK( mbedtls_mpi_lset( &ctx->Vf, 1 ) ); in dhm_update_blinding()
407 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ctx->Vf, &ctx->Vf, &ctx->Vf ) ); in dhm_update_blinding()
408 MBEDTLS_MPI_CHK( mbedtls_mpi_mod_mpi( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
424 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ctx->Vf, &ctx->Vi, &R ) ); in dhm_update_blinding()
425 MBEDTLS_MPI_CHK( mbedtls_mpi_mod_mpi( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
426 MBEDTLS_MPI_CHK( mbedtls_mpi_inv_mod( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
427 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ctx->Vf, &ctx->Vf, &R ) ); in dhm_update_blinding()
428 MBEDTLS_MPI_CHK( mbedtls_mpi_mod_mpi( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
430 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &ctx->Vf, &ctx->Vf, &ctx->X, &ctx->P, &ctx->RP ) ); in dhm_update_blinding()
477 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ctx->K, &ctx->K, &ctx->Vf ) ); in mbedtls_dhm_calc_secret()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/mbedtls/library/
H A Ddhm.c399 MBEDTLS_MPI_CHK( mbedtls_mpi_lset( &ctx->Vf, 1 ) ); in dhm_update_blinding()
413 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ctx->Vf, &ctx->Vf, &ctx->Vf ) ); in dhm_update_blinding()
414 MBEDTLS_MPI_CHK( mbedtls_mpi_mod_mpi( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
430 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ctx->Vf, &ctx->Vi, &R ) ); in dhm_update_blinding()
431 MBEDTLS_MPI_CHK( mbedtls_mpi_mod_mpi( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
432 MBEDTLS_MPI_CHK( mbedtls_mpi_inv_mod( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
433 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ctx->Vf, &ctx->Vf, &R ) ); in dhm_update_blinding()
434 MBEDTLS_MPI_CHK( mbedtls_mpi_mod_mpi( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
436 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &ctx->Vf, &ctx->Vf, &ctx->X, &ctx->P, &ctx->RP ) ); in dhm_update_blinding()
483 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ctx->K, &ctx->K, &ctx->Vf ) ); in mbedtls_dhm_calc_secret()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/mbedtls/library/
H A Ddhm.c399 MBEDTLS_MPI_CHK( mbedtls_mpi_lset( &ctx->Vf, 1 ) ); in dhm_update_blinding()
413 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ctx->Vf, &ctx->Vf, &ctx->Vf ) ); in dhm_update_blinding()
414 MBEDTLS_MPI_CHK( mbedtls_mpi_mod_mpi( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
430 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ctx->Vf, &ctx->Vi, &R ) ); in dhm_update_blinding()
431 MBEDTLS_MPI_CHK( mbedtls_mpi_mod_mpi( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
432 MBEDTLS_MPI_CHK( mbedtls_mpi_inv_mod( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
433 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ctx->Vf, &ctx->Vf, &R ) ); in dhm_update_blinding()
434 MBEDTLS_MPI_CHK( mbedtls_mpi_mod_mpi( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
436 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &ctx->Vf, &ctx->Vf, &ctx->X, &ctx->P, &ctx->RP ) ); in dhm_update_blinding()
483 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ctx->K, &ctx->K, &ctx->Vf ) ); in mbedtls_dhm_calc_secret()
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/mbedtls-2.27.0/library/
H A Ddhm.c352 MBEDTLS_MPI_CHK( mbedtls_mpi_lset( &ctx->Vf, 1 ) );
366 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ctx->Vf, &ctx->Vf, &ctx->Vf ) );
367 MBEDTLS_MPI_CHK( mbedtls_mpi_mod_mpi( &ctx->Vf, &ctx->Vf, &ctx->P ) );
383 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ctx->Vf, &ctx->Vi, &R ) );
384 MBEDTLS_MPI_CHK( mbedtls_mpi_mod_mpi( &ctx->Vf, &ctx->Vf, &ctx->P ) );
385 MBEDTLS_MPI_CHK( mbedtls_mpi_inv_mod( &ctx->Vf, &ctx->Vf, &ctx->P ) );
386 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ctx->Vf, &ctx->Vf, &R ) );
387 MBEDTLS_MPI_CHK( mbedtls_mpi_mod_mpi( &ctx->Vf, &ctx->Vf, &ctx->P ) );
389 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &ctx->Vf, &ctx->Vf, &ctx->X, &ctx->P, &ctx->RP ) );
436 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ctx->K, &ctx->K, &ctx->Vf ) );
[all …]
/dports/www/hiawatha/hiawatha-10.12/mbedtls/library/
H A Ddhm.c369 MBEDTLS_MPI_CHK( mbedtls_mpi_lset( &ctx->Vf, 1 ) ); in dhm_update_blinding()
383 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ctx->Vf, &ctx->Vf, &ctx->Vf ) ); in dhm_update_blinding()
384 MBEDTLS_MPI_CHK( mbedtls_mpi_mod_mpi( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
400 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ctx->Vf, &ctx->Vi, &R ) ); in dhm_update_blinding()
401 MBEDTLS_MPI_CHK( mbedtls_mpi_mod_mpi( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
402 MBEDTLS_MPI_CHK( mbedtls_mpi_inv_mod( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
403 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ctx->Vf, &ctx->Vf, &R ) ); in dhm_update_blinding()
404 MBEDTLS_MPI_CHK( mbedtls_mpi_mod_mpi( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
406 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &ctx->Vf, &ctx->Vf, &ctx->X, &ctx->P, &ctx->RP ) ); in dhm_update_blinding()
453 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ctx->K, &ctx->K, &ctx->Vf ) ); in mbedtls_dhm_calc_secret()
[all …]
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/library/
H A Ddhm.c369 MBEDTLS_MPI_CHK( mbedtls_mpi_lset( &ctx->Vf, 1 ) ); in dhm_update_blinding()
383 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ctx->Vf, &ctx->Vf, &ctx->Vf ) ); in dhm_update_blinding()
384 MBEDTLS_MPI_CHK( mbedtls_mpi_mod_mpi( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
400 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ctx->Vf, &ctx->Vi, &R ) ); in dhm_update_blinding()
401 MBEDTLS_MPI_CHK( mbedtls_mpi_mod_mpi( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
402 MBEDTLS_MPI_CHK( mbedtls_mpi_inv_mod( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
403 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ctx->Vf, &ctx->Vf, &R ) ); in dhm_update_blinding()
404 MBEDTLS_MPI_CHK( mbedtls_mpi_mod_mpi( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
406 MBEDTLS_MPI_CHK( mbedtls_mpi_exp_mod( &ctx->Vf, &ctx->Vf, &ctx->X, &ctx->P, &ctx->RP ) ); in dhm_update_blinding()
453 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &ctx->K, &ctx->K, &ctx->Vf ) ); in mbedtls_dhm_calc_secret()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/ext/mbedtls/
H A Ddhm.c369 MBEDTLS_MPI_CHK( vdb_mbedtls_mpi_lset( &ctx->Vf, 1 ) ); in dhm_update_blinding()
383 MBEDTLS_MPI_CHK( vdb_mbedtls_mpi_mul_mpi( &ctx->Vf, &ctx->Vf, &ctx->Vf ) ); in dhm_update_blinding()
384 MBEDTLS_MPI_CHK( vdb_mbedtls_mpi_mod_mpi( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
400 MBEDTLS_MPI_CHK( vdb_mbedtls_mpi_mul_mpi( &ctx->Vf, &ctx->Vi, &R ) ); in dhm_update_blinding()
401 MBEDTLS_MPI_CHK( vdb_mbedtls_mpi_mod_mpi( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
402 MBEDTLS_MPI_CHK( vdb_mbedtls_mpi_inv_mod( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
403 MBEDTLS_MPI_CHK( vdb_mbedtls_mpi_mul_mpi( &ctx->Vf, &ctx->Vf, &R ) ); in dhm_update_blinding()
404 MBEDTLS_MPI_CHK( vdb_mbedtls_mpi_mod_mpi( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
406 MBEDTLS_MPI_CHK( vdb_mbedtls_mpi_exp_mod( &ctx->Vf, &ctx->Vf, &ctx->X, &ctx->P, &ctx->RP ) ); in dhm_update_blinding()
453 MBEDTLS_MPI_CHK( vdb_mbedtls_mpi_mul_mpi( &ctx->K, &ctx->K, &ctx->Vf ) ); in vdb_mbedtls_dhm_calc_secret()
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/ext/mbedtls/
H A Ddhm.c369 MBEDTLS_MPI_CHK( vdb_mbedtls_mpi_lset( &ctx->Vf, 1 ) ); in dhm_update_blinding()
383 MBEDTLS_MPI_CHK( vdb_mbedtls_mpi_mul_mpi( &ctx->Vf, &ctx->Vf, &ctx->Vf ) ); in dhm_update_blinding()
384 MBEDTLS_MPI_CHK( vdb_mbedtls_mpi_mod_mpi( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
400 MBEDTLS_MPI_CHK( vdb_mbedtls_mpi_mul_mpi( &ctx->Vf, &ctx->Vi, &R ) ); in dhm_update_blinding()
401 MBEDTLS_MPI_CHK( vdb_mbedtls_mpi_mod_mpi( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
402 MBEDTLS_MPI_CHK( vdb_mbedtls_mpi_inv_mod( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
403 MBEDTLS_MPI_CHK( vdb_mbedtls_mpi_mul_mpi( &ctx->Vf, &ctx->Vf, &R ) ); in dhm_update_blinding()
404 MBEDTLS_MPI_CHK( vdb_mbedtls_mpi_mod_mpi( &ctx->Vf, &ctx->Vf, &ctx->P ) ); in dhm_update_blinding()
406 MBEDTLS_MPI_CHK( vdb_mbedtls_mpi_exp_mod( &ctx->Vf, &ctx->Vf, &ctx->X, &ctx->P, &ctx->RP ) ); in dhm_update_blinding()
453 MBEDTLS_MPI_CHK( vdb_mbedtls_mpi_mul_mpi( &ctx->K, &ctx->K, &ctx->Vf ) ); in vdb_mbedtls_dhm_calc_secret()
[all …]

12345678910>>...34