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

  /external/tpm2/
CpriECC.c 474 BIGNUM *bnY, *bnR, *bnD;
488 bnR = BN_CTX_get(context);
506 BnFrom2B(bnR, &r->b);
533 if((retVal = PointMul(group, pL, NULL, pB, bnR, context)) != CRYPT_SUCCESS)
554 retVal = PointMul(group, pE, NULL, pM, bnR, context);
558 retVal = PointMul(group, pE, bnR, NULL, NULL, context);
804 BIGNUM *bnR;
820 bnR = BN_CTX_get(context);
    [all...]
MathFunctions.c 289 BIGNUM *bnR;
300 bnR = BN_CTX_get(context);
302 if ( bnR == NULL
310 if (BN_div(bnQ, bnR, bnN, bnD, context) != 1)
323 if(!BnTo2B(r, bnR, r->size))

Completed in 500 milliseconds