Home
last modified time | relevance | path

Searched refs:tmod (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/crypto/openssl/crypto/conf/
Dconf_mod.c280 CONF_MODULE *tmod = NULL; in module_add() local
285 tmod = OPENSSL_malloc(sizeof(CONF_MODULE)); in module_add()
286 if (tmod == NULL) in module_add()
289 tmod->dso = dso; in module_add()
290 tmod->name = BUF_strdup(name); in module_add()
291 tmod->init = ifunc; in module_add()
292 tmod->finish = ffunc; in module_add()
293 tmod->links = 0; in module_add()
295 if (!sk_CONF_MODULE_push(supported_modules, tmod)) { in module_add()
296 OPENSSL_free(tmod); in module_add()
[all …]
/freebsd-9-stable/crypto/openssl/crypto/bn/
Dbn_mont.c624 BIGNUM tmod; in BN_MONT_CTX_set() local
643 BN_init(&tmod); in BN_MONT_CTX_set()
644 tmod.d = buf; in BN_MONT_CTX_set()
645 tmod.top = buf[0] != 0 ? 1 : 0; in BN_MONT_CTX_set()
646 tmod.dmax = 2; in BN_MONT_CTX_set()
647 tmod.neg = 0; in BN_MONT_CTX_set()
653 tmod.top = 0; in BN_MONT_CTX_set()
655 tmod.top = 1; in BN_MONT_CTX_set()
657 tmod.top = 2; in BN_MONT_CTX_set()
659 if ((BN_mod_inverse(Ri, R, &tmod, ctx)) == NULL) in BN_MONT_CTX_set()
[all …]
/freebsd-9-stable/sys/contrib/octeon-sdk/
Dcvmx-dfm-defs.h2580 uint64_t tmod : 4; /**< Indicates tMOD constraints. member
2612 uint64_t tmod : 4;
2656 uint64_t tmod : 4; /**< Indicates tMOD constraints. member
2688 uint64_t tmod : 4;
2725 uint64_t tmod : 4; /**< Indicates tMOD constraints. member
2757 uint64_t tmod : 4;
Dcvmx-lmcx-defs.h6184 uint64_t tmod : 4; /**< Indicates tMOD constraints. member
6216 uint64_t tmod : 4;
6260 uint64_t tmod : 4; /**< Indicates tMOD constraints. member
6292 uint64_t tmod : 4;
6329 uint64_t tmod : 4; /**< Indicates tMOD constraints. member
6361 uint64_t tmod : 4;
/freebsd-9-stable/contrib/gcc/
Dtree-ssa-loop-niter.c217 tree tmod; in number_of_iterations_lt_to_ne() local
224 tmod = fold_convert (type, mod); in number_of_iterations_lt_to_ne()
234 TYPE_MAX_VALUE (type), tmod); in number_of_iterations_lt_to_ne()
243 iv1->base, tmod)); in number_of_iterations_lt_to_ne()
253 TYPE_MIN_VALUE (type), tmod); in number_of_iterations_lt_to_ne()
261 iv0->base, tmod), in number_of_iterations_lt_to_ne()