HomeSort by relevance Sort by last modified time
    Searched refs:tmod (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/conf/
conf_mod.c 294 CONF_MODULE *tmod = NULL; local
299 tmod = OPENSSL_malloc(sizeof(CONF_MODULE));
300 if (tmod == NULL)
303 tmod->dso = dso;
304 tmod->name = BUF_strdup(name);
305 tmod->init = ifunc;
306 tmod->finish = ffunc;
307 tmod->links = 0;
309 if (!sk_CONF_MODULE_push(supported_modules, tmod))
311 OPENSSL_free(tmod);
325 CONF_MODULE *tmod; local
    [all...]
  /external/openssl/crypto/conf/
conf_mod.c 294 CONF_MODULE *tmod = NULL; local
299 tmod = OPENSSL_malloc(sizeof(CONF_MODULE));
300 if (tmod == NULL)
303 tmod->dso = dso;
304 tmod->name = BUF_strdup(name);
305 tmod->init = ifunc;
306 tmod->finish = ffunc;
307 tmod->links = 0;
309 if (!sk_CONF_MODULE_push(supported_modules, tmod))
311 OPENSSL_free(tmod);
325 CONF_MODULE *tmod; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_mont.c 368 BIGNUM tmod; local
371 BN_init(&tmod);
372 tmod.d=buf;
373 tmod.dmax=2;
374 tmod.neg=0;
387 tmod.top=0;
388 if ((buf[0] = mod->d[0])) tmod.top=1;
389 if ((buf[1] = mod->top>1 ? mod->d[1] : 0)) tmod.top=2;
391 if ((BN_mod_inverse(Ri,R,&tmod,ctx)) == NULL)
408 if (!BN_div(Ri,NULL,Ri,&tmod,ctx)) goto err
    [all...]
  /external/openssl/crypto/bn/
bn_mont.c 368 BIGNUM tmod; local
371 BN_init(&tmod);
372 tmod.d=buf;
373 tmod.dmax=2;
374 tmod.neg=0;
387 tmod.top=0;
388 if ((buf[0] = mod->d[0])) tmod.top=1;
389 if ((buf[1] = mod->top>1 ? mod->d[1] : 0)) tmod.top=2;
391 if ((BN_mod_inverse(Ri,R,&tmod,ctx)) == NULL)
408 if (!BN_div(Ri,NULL,Ri,&tmod,ctx)) goto err
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
gen_x86_insn.py 116 self.tmod = kwargs.pop("tmod", None)
128 "OPTM_%s" % self.tmod,
138 self.tmod == other.tmod and
146 self.tmod != other.tmod or
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parse.c 1001 uintptr_t tmod = TARGETMOD_val; local
    [all...]

Completed in 613 milliseconds