Searched refs:tmod (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/conf/
H A Dconf_mod.c233 CONF_MODULE *tmod = NULL; local
238 if ((tmod = OPENSSL_zalloc(sizeof(*tmod))) == NULL) {
243 tmod->dso = dso;
244 tmod->name = OPENSSL_strdup(name);
245 tmod->init = ifunc;
246 tmod->finish = ffunc;
247 if (tmod->name == NULL) {
248 OPENSSL_free(tmod);
252 if (!sk_CONF_MODULE_push(supported_modules, tmod)) {
269 CONF_MODULE *tmod; local
[all...]
/freebsd-13-stable/crypto/openssl/crypto/bn/
H A Dbn_mont.c283 BIGNUM tmod; local
286 bn_init(&tmod);
287 tmod.d = buf;
288 tmod.dmax = 2;
289 tmod.neg = 0;
292 BN_set_flags(&tmod, BN_FLG_CONSTTIME);
308 tmod.top = 0;
310 tmod.top = 1;
312 tmod.top = 2;
314 if (BN_is_one(&tmod))
[all...]
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-dfm-defs.h2582 uint64_t tmod : 4; /**< Indicates tMOD constraints. member in struct:cvmx_dfm_timing_params0::cvmx_dfm_timing_params0_s
2614 uint64_t tmod : 4;
2657 uint64_t tmod : 4; /**< Indicates tMOD constraints. member in struct:cvmx_dfm_timing_params0::cvmx_dfm_timing_params0_cn63xx
2689 uint64_t tmod : 4;
2725 uint64_t tmod : 4; /**< Indicates tMOD constraints. member in struct:cvmx_dfm_timing_params0::cvmx_dfm_timing_params0_cn63xxp1
2757 uint64_t tmod : 4;
H A Dcvmx-lmcx-defs.h7528 uint64_t tmod : 4; /**< Indicates tMOD constraints. member in struct:cvmx_lmcx_timing_params0::cvmx_lmcx_timing_params0_s
7560 uint64_t tmod : 4;
7603 uint64_t tmod : 4; /**< Indicates tMOD constraints. member in struct:cvmx_lmcx_timing_params0::cvmx_lmcx_timing_params0_cn61xx
7635 uint64_t tmod : 4;
7672 uint64_t tmod : 4; /**< Indicates tMOD constraints. member in struct:cvmx_lmcx_timing_params0::cvmx_lmcx_timing_params0_cn63xxp1
7704 uint64_t tmod : 4;

Completed in 263 milliseconds