Home
last modified time | relevance | path

Searched refs:BnMult (Results 1 – 11 of 11) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DTpmToLtcMath_fp.h58 BnMult(
DTpmToWolfMath_fp.h94 BnMult(
DTpmToOsslMath_fp.h97 BnMult(
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DSupportLibraryFunctionPrototypes_fp.h72 BnMult(bigNum result, bigConst multiplicand, bigConst multiplier);
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptEccMain.c468 BnMult(left, Q->y, Q->y); in BnIsOnCurve()
472 BnMult(right, Q->x, Q->x); in BnIsOnCurve()
479 BnMult(right, right, Q->x); in BnIsOnCurve()
DCryptEccKeyExchange.c355 BnMult(Ta, deA, avfSm2(QeA->x, w)); in SM2KeyExchange()
DCryptRsa.c232 VERIFY(BnMult(M, H, Z->Q)); in RsaPrivateKeyOp()
1435 BnMult(bnN, Z->P, Z->Q); in CryptRsaGenerateKey()
DCryptEccSignature.c101 BnMult(bnT1, bnT1, bnD); in BnSchnorrSign()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ltc/
DTpmToLtcMath.c77 BnMult( in BnMult() function
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/wolf/
DTpmToWolfMath.c209 BnMult( in BnMult() function
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ossl/
DTpmToOsslMath.c254 BnMult( in BnMult() function