Searched refs:bnM (Results 1 - 2 of 2) sorted by relevance

/external/tpm2/
H A DMathFunctions.c450 BIGNUM *bnM; local
459 bnM = BN_CTX_get(context);
466 if ( BN_bin2bn(m, mSize, bnM) == NULL
472 if(BN_ucmp(bnM, bnN) >= 0)
478 if(!(BN_mod_exp(bnC, bnM, bnE, bnN, context)))
H A DRSAKeySieve.c237 BIGNUM *bnM; local
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 110 milliseconds