Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/conf/
H A Dconf_mod.c339 CONF_MODULE *tmod = NULL; in module_add() local
358 if ((tmod = OPENSSL_zalloc(sizeof(*tmod))) == NULL) in module_add()
361 tmod->dso = dso; in module_add()
362 tmod->name = OPENSSL_strdup(name); in module_add()
363 tmod->init = ifunc; in module_add()
364 tmod->finish = ffunc; in module_add()
365 if (tmod->name == NULL) in module_add()
368 if (!sk_CONF_MODULE_push(new_modules, tmod)) in module_add()
376 return tmod; in module_add()
380 if (tmod != NULL) { in module_add()
[all …]
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_mont.c281 BIGNUM tmod; in BN_MONT_CTX_set() local
284 bn_init(&tmod); in BN_MONT_CTX_set()
285 tmod.d = buf; in BN_MONT_CTX_set()
286 tmod.dmax = 2; in BN_MONT_CTX_set()
287 tmod.neg = 0; in BN_MONT_CTX_set()
290 BN_set_flags(&tmod, BN_FLG_CONSTTIME); in BN_MONT_CTX_set()
306 tmod.top = 0; in BN_MONT_CTX_set()
308 tmod.top = 1; in BN_MONT_CTX_set()
310 tmod.top = 2; in BN_MONT_CTX_set()
312 if (BN_is_one(&tmod)) in BN_MONT_CTX_set()
[all …]
/freebsd/sys/contrib/device-tree/src/arm/socionext/
H A Duniphier-pxs2.dtsi579 socionext,tmod-calibration = <0x0f86 0x6844>;
/freebsd/sys/contrib/device-tree/src/arm64/socionext/
H A Duniphier-ld20.dtsi741 socionext,tmod-calibration = <0x0f22 0x68ee>;
H A Duniphier-pxs3.dtsi565 socionext,tmod-calibration = <0x0f22 0x68ee>;