Searched refs:BnModExp (Results 1 – 10 of 10) sorted by relevance
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
D | TpmToLtcMath_fp.h | 88 BnModExp(
|
D | TpmToWolfMath_fp.h | 125 BnModExp(
|
D | TpmToOsslMath_fp.h | 137 BnModExp(
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | SupportLibraryFunctionPrototypes_fp.h | 93 BnModExp(bigNum result, bigConst number,
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
D | MathOnByteBuffers.c | 164 BnModExp(bnC, bnM, bnE, bnN); in ModExpB()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ltc/ |
D | TpmToLtcMath.c | 149 BnModExp( in BnModExp() function
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ |
D | CryptPrime.c | 220 BnModExp(bnZ, bnB, bnM, bnW); in MillerRabin()
|
D | CryptRsa.c | 223 VERIFY(BnModExp(M1, inOut, Z->dP, Z->P)); in RsaPrivateKeyOp() 225 VERIFY(BnModExp(M2, inOut, Z->dQ, Z->Q)); in RsaPrivateKeyOp() 1472 BnModExp(temp2, temp1, bnPubExp, bnN); in CryptRsaGenerateKey()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/wolf/ |
D | TpmToWolfMath.c | 309 BnModExp( in BnModExp() function
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ossl/ |
D | TpmToOsslMath.c | 351 BnModExp( in BnModExp() function
|