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);
530 if((retVal = PointMul(group, pL, NULL, pB, bnR, context)) != CRYPT_SUCCESS)
551 retVal = PointMul(group, pE, NULL, pM, bnR, context);
555 retVal = PointMul(group, pE, bnR, NULL, NULL, context);
801 BIGNUM *bnR;
817 bnR = BN_CTX_get(context);
    [all...]
MathFunctions.c 286 BIGNUM *bnR;
297 bnR = BN_CTX_get(context);
299 if ( bnR == NULL
307 if (BN_div(bnQ, bnR, bnN, bnD, context) != 1)
320 if(!BnTo2B(r, bnR, r->size))

Completed in 367 milliseconds