Home
last modified time | relevance | path

Searched refs:BnModExp (Results 1 – 10 of 10) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DTpmToLtcMath_fp.h88 BnModExp(
DTpmToWolfMath_fp.h125 BnModExp(
DTpmToOsslMath_fp.h137 BnModExp(
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DSupportLibraryFunctionPrototypes_fp.h93 BnModExp(bigNum result, bigConst number,
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMathOnByteBuffers.c164 BnModExp(bnC, bnM, bnE, bnN); in ModExpB()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ltc/
DTpmToLtcMath.c149 BnModExp( in BnModExp() function
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptPrime.c220 BnModExp(bnZ, bnB, bnM, bnW); in MillerRabin()
DCryptRsa.c223 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/
DTpmToWolfMath.c309 BnModExp( in BnModExp() function
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ossl/
DTpmToOsslMath.c351 BnModExp( in BnModExp() function