Home
last modified time | relevance | path

Searched refs:aiou (Results 1 – 25 of 76) sorted by relevance

1234

/dports/games/libtmcg/libTMCG-1.3.18/src/
H A DCanettiGennaroJareckiKrawczykRabinASTC.hh92 (aiounicast *aiou, CachinKursawePetzoldShoupRBC *rbc,
101 aiounicast *aiou, CachinKursawePetzoldShoupRBC *rbc,
170 (aiounicast *aiou, CachinKursawePetzoldShoupRBC *rbc,
179 aiounicast *aiou, CachinKursawePetzoldShoupRBC *rbc,
230 (aiounicast *aiou, CachinKursawePetzoldShoupRBC *rbc,
239 aiounicast *aiou, CachinKursawePetzoldShoupRBC *rbc,
247 aiounicast *aiou, CachinKursawePetzoldShoupRBC *rbc,
257 aiounicast *aiou, CachinKursawePetzoldShoupRBC *rbc,
306 (aiounicast *aiou, CachinKursawePetzoldShoupRBC *rbc,
314 aiounicast *aiou, CachinKursawePetzoldShoupRBC *rbc,
[all …]
H A DPedersenVSS.hh91 aiounicast *aiou,
98 aiounicast *aiou,
104 aiounicast *aiou,
111 aiounicast *aiou,
H A DPedersenVSS.cc259 aiounicast *aiou, CachinKursawePetzoldShoupRBC *rbc, in Share() argument
270 aiounicast *aiou, CachinKursawePetzoldShoupRBC *rbc, in Share() argument
276 assert(n == aiou->n); in Share()
278 assert(i == aiou->j); in Share()
352 if (!aiou->Send(sigma_i, j, aiou->aio_timeout_very_short)) in Share()
357 if (!aiou->Send(tau_i, j, aiou->aio_timeout_very_short)) in Share()
461 aiounicast *aiou, CachinKursawePetzoldShoupRBC *rbc, in Share() argument
479 assert(n == aiou->n); in Share()
481 assert(i == aiou->j); in Share()
516 if (!aiou->Receive(sigma_i, dealer, aiou->aio_scheduler_direct)) in Share()
[all …]
H A DGennaroJareckiKrawczykRabinDKG.hh86 (aiounicast *aiou, CachinKursawePetzoldShoupRBC *rbc,
134 (aiounicast *aiou, CachinKursawePetzoldShoupRBC *rbc,
142 aiounicast *aiou, CachinKursawePetzoldShoupRBC *rbc,
H A DCanettiGennaroJareckiKrawczykRabinASTC.cc380 assert(n == aiou->n); in Share()
382 assert(i == aiou->j); in Share()
492 if (!aiou->Send(s_ji[i][j], j, aiou->aio_timeout_very_short)) in Share()
498 if (!aiou->Send(sprime_ji[i][j], j, aiou->aio_timeout_very_short)) in Share()
514 if (!aiou->Receive(s_ji[j][i], j, aiou->aio_scheduler_direct)) in Share()
526 if (!aiou->Receive(sprime_ji[j][i], j, aiou->aio_scheduler_direct)) in Share()
1299 assert(n == aiou->n); in Share()
1421 if (!aiou->Send(s_ji[i][j], j, aiou->aio_timeout_very_short)) in Share()
1427 if (!aiou->Send(sprime_ji[i][j], j, aiou->aio_timeout_very_short)) in Share()
1443 if (!aiou->Receive(s_ji[j][i], j, aiou->aio_scheduler_direct)) in Share()
[all …]
H A DGennaroJareckiKrawczykRabinDKG.cc364 (aiounicast *aiou, CachinKursawePetzoldShoupRBC *rbc, in Generate() argument
373 assert(n == aiou->n); in Generate()
375 assert(i == aiou->j); in Generate()
516 if (!aiou->Send(s_ij[i][j], j, aiou->aio_timeout_very_short)) in Generate()
522 if (!aiou->Send(sprime_ij[i][j], j, aiou->aio_timeout_very_short)) in Generate()
539 if (!aiou->Receive(s_ij[j][i], j, aiou->aio_scheduler_direct)) in Generate()
551 if (!aiou->Receive(sprime_ij[j][i], j, aiou->aio_scheduler_direct)) in Generate()
1476 assert(n == aiou->n); in Generate()
1478 assert(i == aiou->j); in Generate()
1528 assert(n == aiou->n); in Sign()
[all …]
H A DJareckiLysyanskayaASTC.hh111 (const size_t i, aiounicast *aiou, CachinKursawePetzoldShoupRBC *rbc,
145 aiounicast *aiou, CachinKursawePetzoldShoupRBC *rbc,
/dports/games/libtmcg/libTMCG-1.3.18/tests/
H A Dt-aio.cc92 ret = aiou->Send(m, i); in start_instance_nonblock()
134 ret = aiou->Send(m, i); in start_instance_nonblock()
142 ret = aiou->Receive(mm, from, in start_instance_nonblock()
170 aiou->PrintStatistics(std::cout); in start_instance_nonblock()
174 delete aiou; in start_instance_nonblock()
219 aiounicast_select *aiou = new aiounicast_select(N, whoami, in start_instance_select() local
233 ret = aiou->Send(m, i); in start_instance_select()
275 ret = aiou->Send(m, i); in start_instance_select()
283 ret = aiou->Receive(mm, from, in start_instance_select()
311 aiou->PrintStatistics(std::cout); in start_instance_select()
[all …]
H A Dt-vss.cc127 aiounicast_select *aiou = new aiounicast_select(N, whoami, in start_instance() local
166 vss->Share(sigma, aiou, rbc, err_log_vss, true); in start_instance()
168 ret = vss->Share(sigma, aiou, rbc, err_log_vss); in start_instance()
183 vss->Share(j, aiou, rbc, err_log_vss, true); in start_instance()
185 ret = vss->Share(j, aiou, rbc, err_log_vss); in start_instance()
234 aiou->numRead << " aiou.numWrite = " << aiou->numWrite << in start_instance()
237 aiou->numDecrypted << " aiou.numEncrypted = " << in start_instance()
238 aiou->numEncrypted << std::endl; in start_instance()
240 aiou->numAuthenticated << std::endl; in start_instance()
254 delete aiou, delete aiou2; in start_instance()
H A Dt-astc.cc143 aiounicast_select *aiou = new aiounicast_select(N, whoami, in start_instance() local
169 ret = edcf->Flip(whoami, a, aiou, rbc, err_log, true); in start_instance()
171 ret = edcf->Flip(whoami, a, aiou, rbc, err_log); in start_instance()
192 ret = com->SetupGenerators_publiccoin(whoami, aiou, rbc, edcf, in start_instance()
255 aiou->numRead << " aiou.numWrite = " << aiou->numWrite << in start_instance()
258 aiou->numDecrypted << " aiou.numEncrypted = " << in start_instance()
259 aiou->numEncrypted << std::endl; in start_instance()
261 aiou->numAuthenticated << std::endl; in start_instance()
275 delete aiou, delete aiou2; in start_instance()
H A Dt-astc2.cc143 aiounicast_select *aiou = new aiounicast_select(N, whoami, in start_instance() local
191 dkg->Generate(aiou, rbc, err_log_generate, true); in start_instance()
193 ret = dkg->Generate(aiou, rbc, err_log_generate); in start_instance()
213 dkg->Refresh(N, whoami, aiou, rbc, err_log_refresh, true); in start_instance()
215 ret = dkg->Refresh(N, whoami, aiou, rbc, err_log_refresh); in start_instance()
251 dss->Generate(aiou, rbc, err_log_dss, true); in start_instance()
253 ret = dss->Generate(aiou, rbc, err_log_dss); in start_instance()
480 aiou->numRead << " aiou.numWrite = " << aiou->numWrite << in start_instance()
483 aiou->numDecrypted << " aiou.numEncrypted = " << in start_instance()
484 aiou->numEncrypted << std::endl; in start_instance()
[all …]
H A Dt-dkg.cc138 aiounicast_select *aiou = new aiounicast_select(N, whoami, in start_instance() local
162 dkg->Generate(aiou, rbc, err_log, true); in start_instance()
164 ret = dkg->Generate(aiou, rbc, err_log); in start_instance()
208 nts->Generate(aiou, rbc, err_log2, true); in start_instance()
210 ret = nts->Generate(aiou, rbc, err_log2); in start_instance()
231 nts->Sign(m, c, s, aiou, rbc, err_log3, true); in start_instance()
233 ret = nts->Sign(m, c, s, aiou, rbc, err_log3); in start_instance()
308 aiou->numRead << " aiou.numWrite = " << aiou->numWrite << in start_instance()
318 delete aiou, delete aiou2; in start_instance()
H A Dt-seabp.cc80 aiounicast_select *aiou = new aiounicast_select(n, whoami, in start_instance() local
87 t, whoami, aiou, in start_instance()
293 aiou->PrintStatistics(std::cout); in start_instance()
294 delete aiou; in start_instance()
/dports/textproc/py-pygments/Pygments-2.7.2/tests/examplefiles/
H A Dexample.sbl21 groupings ( vowel aiou ao ou )
66 define aiou vowel - 'e'
95 try ((try 'n' try 'j' ao) or (try 's' aiou) or (try 'n' 'e'))
/dports/textproc/py-pygments-25/Pygments-2.5.2/tests/examplefiles/
H A Dexample.sbl21 groupings ( vowel aiou ao ou )
66 define aiou vowel - 'e'
95 try ((try 'n' try 'j' ao) or (try 's' aiou) or (try 'n' 'e'))
/dports/editors/texstudio/texstudio-4.1.2/utilities/dictionaries/
H A Den_GB.aff178 SFX N 0 lation [aiou]l
198 SFX n 0 lation [aiou]l
219 SFX n 0 lations [aiou]l
220 SFX n 0 lation's [aiou]l
248 SFX X 0 lations [aiou]l
272 SFX x 0 lational [aiou]l
292 SFX x 0 lationally [aiou]l
1096 SFX Z 0 ny [^aeio][aiou]n
1106 SFX Z 0 ty [^aeio][aiou]t
1181 SFX z 0 ily [aiou]y
[all …]
/dports/editors/vim/vim-8.2.3745/runtime/spell/en/
H A Den_NZ.diff290 ! SFX N 0 lation [aiou]l
310 ! SFX n 0 lation [aiou]l
324 ! SFX n 0 lations [aiou]l
346 ! SFX X 0 lations [aiou]l
686 ! SFX N 0 lation [aiou]l
706 ! SFX n 0 lation [aiou]l
720 ! SFX n 0 lations [aiou]l
1565 ! SFX z 0 ily [aiou]y
1601 ! SFX y 0 ry [^aiou]n
2253 ! SFX z 0 ily [aiou]y
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/dictionaries/
H A Den_GB.aff136 SFX N 0 lation [aiou]l
156 SFX n 0 lation [aiou]l
170 SFX n 0 lations [aiou]l
192 SFX X 0 lations [aiou]l
216 SFX x 0 lational [aiou]l
236 SFX x 0 lationally [aiou]l
987 SFX Z 0 ny [^aeio][aiou]n
989 SFX Z 0 ry [^aeio][aiou]r
991 SFX Z 0 ty [^aeio][aiou]t
1023 SFX z 0 ily [aiou]y
[all …]
H A Den_AU.aff133 SFX N 0 lation [aiou]l
153 SFX n 0 lation [aiou]l
167 SFX n 0 lations [aiou]l
189 SFX X 0 lations [aiou]l
213 SFX x 0 lational [aiou]l
233 SFX x 0 lationally [aiou]l
980 SFX Z 0 ny [^aeio][aiou]n
982 SFX Z 0 ry [^aeio][aiou]r
984 SFX Z 0 ty [^aeio][aiou]t
1016 SFX z 0 ily [aiou]y
[all …]
/dports/textproc/R-cran-hunspell/hunspell/inst/dict/
H A Den_GB.aff171 SFX N 0 lation [aiou]l
191 SFX n 0 lation [aiou]l
205 SFX n 0 lations [aiou]l
227 SFX X 0 lations [aiou]l
251 SFX x 0 lational [aiou]l
271 SFX x 0 lationally [aiou]l
1023 SFX Z 0 ny [^aeio][aiou]n
1025 SFX Z 0 ry [^aeio][aiou]r
1027 SFX Z 0 ty [^aeio][aiou]t
1059 SFX z 0 ily [aiou]y
[all …]
/dports/mail/thunderbird-dictionaries/dictionaries/spell-en-GB.xpi/
H A Den-GB.aff133 SFX N 0 lation [aiou]l
153 SFX n 0 lation [aiou]l
167 SFX n 0 lations [aiou]l
189 SFX X 0 lations [aiou]l
213 SFX x 0 lational [aiou]l
233 SFX x 0 lationally [aiou]l
980 SFX Z 0 ny [^aeio][aiou]n
982 SFX Z 0 ry [^aeio][aiou]r
984 SFX Z 0 ty [^aeio][aiou]t
1016 SFX z 0 ily [aiou]y
[all …]
/dports/mail/thunderbird-dictionaries/dictionaries/spell-en-AU.xpi/
H A Den-AU.aff133 SFX N 0 lation [aiou]l
153 SFX n 0 lation [aiou]l
167 SFX n 0 lations [aiou]l
189 SFX X 0 lations [aiou]l
213 SFX x 0 lational [aiou]l
233 SFX x 0 lationally [aiou]l
980 SFX Z 0 ny [^aeio][aiou]n
982 SFX Z 0 ry [^aeio][aiou]r
984 SFX Z 0 ty [^aeio][aiou]t
1016 SFX z 0 ily [aiou]y
[all …]
/dports/mail/thunderbird-dictionaries/dictionaries/spell-en-NZ.xpi/
H A Den-NZ.aff175 SFX N 0 lation [aiou]l
195 SFX n 0 lation [aiou]l
209 SFX n 0 lations [aiou]l
231 SFX X 0 lations [aiou]l
255 SFX x 0 lational [aiou]l
275 SFX x 0 lationally [aiou]l
1022 SFX Z 0 ny [^aeio][aiou]n
1024 SFX Z 0 ry [^aeio][aiou]r
1026 SFX Z 0 ty [^aeio][aiou]t
1058 SFX z 0 ily [aiou]y
[all …]
/dports/www/dooble/dooble-2021.12.05/Dictionaries/en/
H A Den_GB.aff161 SFX N 0 lation [aiou]l
181 SFX n 0 lation [aiou]l
195 SFX n 0 lations [aiou]l
217 SFX X 0 lations [aiou]l
241 SFX x 0 lational [aiou]l
261 SFX x 0 lationally [aiou]l
1012 SFX Z 0 ny [^aeio][aiou]n
1014 SFX Z 0 ry [^aeio][aiou]r
1016 SFX Z 0 ty [^aeio][aiou]t
1048 SFX z 0 ily [aiou]y
[all …]
/dports/editors/texmaker/texmaker-5.0.3/dictionaries/
H A Den_GB.aff150 SFX N 0 lation [aiou]l
170 SFX n 0 lation [aiou]l
184 SFX n 0 lations [aiou]l
206 SFX X 0 lations [aiou]l
230 SFX x 0 lational [aiou]l
250 SFX x 0 lationally [aiou]l
1001 SFX Z 0 ny [^aeio][aiou]n
1003 SFX Z 0 ry [^aeio][aiou]r
1005 SFX Z 0 ty [^aeio][aiou]t
1037 SFX z 0 ily [aiou]y
[all …]

1234