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

  /external/tpm2/
MathFunctions.c 455 BIGNUM *bnM;
464 bnM = BN_CTX_get(context);
471 if ( BN_bin2bn(m, mSize, bnM) == NULL
477 if(BN_ucmp(bnM, bnN) >= 0)
483 if(!(BN_mod_exp(bnC, bnM, bnE, bnN, context)))
RSAKeySieve.c 237 BIGNUM *bnM;
253 bnM = BN_CTX_get(context);
254 if(bnM == NULL)
262 BN_rshift(bnM, bnWm1, a);
288 if(BN_mod_exp(bnZ, bnB, bnM, bnW, context) != 1)

Completed in 185 milliseconds