Home
last modified time | relevance | path

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

/openssl/crypto/conf/
H A Dconf_mod.c341 CONF_MODULE *tmod = NULL; in module_add() local
360 if ((tmod = OPENSSL_zalloc(sizeof(*tmod))) == NULL) in module_add()
363 tmod->dso = dso; in module_add()
365 tmod->init = ifunc; in module_add()
366 tmod->finish = ffunc; in module_add()
367 if (tmod->name == NULL) in module_add()
378 return tmod; in module_add()
382 if (tmod != NULL) { in module_add()
384 OPENSSL_free(tmod); in module_add()
398 CONF_MODULE *tmod; in module_find() local
[all …]
/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()
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()
345 tmod.top = buf[0] != 0 ? 1 : 0; in BN_MONT_CTX_set()
[all …]

Completed in 6 milliseconds