Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/crypto/conf/
H A Dconf_mod.c329 CONF_MODULE *tmod = NULL; in module_add() local
341 if ((tmod = OPENSSL_zalloc(sizeof(*tmod))) == NULL) { in module_add()
346 tmod->dso = dso; in module_add()
348 tmod->init = ifunc; in module_add()
349 tmod->finish = ffunc; in module_add()
350 if (tmod->name == NULL) in module_add()
357 return tmod; in module_add()
361 if (tmod != NULL) { in module_add()
363 OPENSSL_free(tmod); in module_add()
376 CONF_MODULE *tmod; in module_find() local
[all …]
/freebsd-14.2/crypto/openssl/crypto/bn/
H A Dbn_mont.c283 BIGNUM tmod; in BN_MONT_CTX_set() local
286 bn_init(&tmod); in BN_MONT_CTX_set()
287 tmod.d = buf; in BN_MONT_CTX_set()
288 tmod.dmax = 2; in BN_MONT_CTX_set()
289 tmod.neg = 0; in BN_MONT_CTX_set()
308 tmod.top = 0; in BN_MONT_CTX_set()
310 tmod.top = 1; in BN_MONT_CTX_set()
312 tmod.top = 2; in BN_MONT_CTX_set()
314 if (BN_is_one(&tmod)) in BN_MONT_CTX_set()
347 tmod.top = buf[0] != 0 ? 1 : 0; in BN_MONT_CTX_set()
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/thermal/
H A Dsocionext,uniphier-thermal.yaml31 socionext,tmod-calibration:
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Duniphier-pxs2.dtsi579 socionext,tmod-calibration = <0x0f86 0x6844>;
/freebsd-14.2/sys/contrib/device-tree/src/arm64/socionext/
H A Duniphier-ld20.dtsi737 socionext,tmod-calibration = <0x0f22 0x68ee>;
H A Duniphier-pxs3.dtsi563 socionext,tmod-calibration = <0x0f22 0x68ee>;