| /src/crypto/external/cpl/trousers/dist/src/include/daa/ |
| anonymity_revocation.h | 21 bi_ptr eta; member in struct:tdCS_PUBLIC_KEY
|
| /src/external/lgpl3/mpc/dist/tests/ |
| teta.c | 1 /* teta -- test file for the Dedekind eta function. 32 mpcb_t eta, eta2, sixteen; local 35 mpcb_init (eta); 39 /* Compute f1 (z) = eta (z/2) / eta (z). */ 40 mpcb_eta_err (eta, z, err_re, err_im); 43 mpcb_div (eta, eta2, eta); 47 mpcb_pow_ui (eta, eta, 8) 66 mpc_t z, eta; local [all...] |
| /src/crypto/external/apache2/openssl/dist/include/crypto/ |
| ml_dsa.h | 63 int eta; /* Private key range */ member in struct:ml_dsa_params_st 64 int beta; /* tau * eta */
|
| /src/external/lgpl3/mpc/dist/src/ |
| eta.c | 0 /* eta -- Functions for computing the Dedekind eta function 26 eta_series (mpcb_ptr eta, mpcb_srcptr q, mpfr_exp_t expq, int N) 27 /* Evaluate 2N+1 terms of the Dedekind eta function without the q^(1/24) 47 mpcb_set_ui_ui (eta, 1, 0, p); 54 mpcb_add (eta, eta, q3nm1); 55 mpcb_add (eta, eta, q3np1); 63 mpcb_add (eta, eta, q3nm1) 258 mpcb_t eta; local [all...] |
| /src/usr.sbin/mmcformat/ |
| mmcformat.c | 70 uint64_t tbusy, ttot_est, eta; local 73 printf(" ETA --:--:--"); 78 eta = (ttot_est - tbusy) / 1000000; 80 hours = (int) (eta/3600); 81 minutes = (int) (eta/60) % 60; 82 seconds = (int) eta % 60; 83 printf(" ETA %02d:%02d:%02d", hours, minutes, seconds); 140 /* print ETA */
|
| /src/crypto/external/bsd/openssh/dist/ |
| moduli.c | 492 unsigned long num_to_process, processed, remaining, percent, eta; local 518 eta = time_per_line * remaining; 519 eta_str = xstrdup(fmt_time(eta)); 520 logit("%.24s processed %lu of %lu (%lu%%) in %s, ETA %s",
|
| /src/crypto/external/cpl/trousers/dist/src/include/tss/ |
| tss_structs.h | 239 BYTE* eta;
member in struct:tdTSS_DAA_AR_PK
|