Searched refs:bnR (Results 1 – 6 of 6) sorted by relevance
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ |
D | CryptEccSignature.c | 86 bigNum bnR, // IN: the signature 'r' value in BnSchnorrSign() argument 96 BnDiv(NULL, bnT1, bnR, bnN); in BnSchnorrSign() 116 bigNum bnR, // OUT: 'r' component of the signature in BnSignEcdsa() argument 164 BnCopy(bnR, ecR->x); in BnSignEcdsa() 179 BnModMult(bnS, bnR, bnD, order); in BnSignEcdsa() 236 ECC_INITIALIZED(bnR, &r); in BnSignEcdaa() 260 retVal = BnSchnorrSign(bnS, bnR, bnT, bnD, in BnSignEcdaa() 310 bigNum bnR, // OUT: 'r' component of the signature in BnSignEcSchnorr() argument 342 BnSetWord(bnR, 0); in BnSignEcSchnorr() 362 BnFrom2B(bnR, e); in BnSignEcSchnorr() [all …]
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
D | CryptEccSignature_fp.h | 50 bigNum bnR, // OUT: 'r' component of the signature 89 bigNum bnR, // IN: 'r' component of the signature
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
D | MathOnByteBuffers.c | 189 BN_MAX(bnR); in DivideB() 192 BnDiv(bnQ, bnR, bnN, bnD); in DivideB() 200 if(!BnTo2B(bnR, r, r->size)) in DivideB()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ltc/ |
D | TpmToLtcMath.c | 157 BN_VAR(bnR, MAX_RSA_KEY_BITS); in BnModExp() 165 if(mpa_compute_fmm_context((const mpanum)modulus, (mpanum)bnR, in BnModExp() 170 (const mpanum)modulus, (const mpanum)bnR, (const mpanum)bnR2, in BnModExp()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ossl/ |
D | TpmToOsslMath.c | 292 BIGNUM *bnR = BN_NEW(); in BnDiv() local 299 VERIFY(BN_div(bnQ, bnR, bnDend, bnSor, CTX)); in BnDiv() 301 VERIFY(OsslToTpmBn(remainder, bnR)); in BnDiv() 306 BIGNUM_PRINT(" bnRemainder: ", bnR, TRUE); in BnDiv()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/wolf/ |
D | TpmToWolfMath.c | 249 MP_INITIALIZED(bnR, remainder); in BnDiv() 268 OK = (mp_div(bnDend , bnSor, bnQ, bnR) == MP_OKAY); in BnDiv() 272 BnFromWolf(remainder, bnR); in BnDiv()
|