Searched refs:BnMult (Results 1 – 11 of 11) sorted by relevance
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
D | TpmToLtcMath_fp.h | 58 BnMult(
|
D | TpmToWolfMath_fp.h | 94 BnMult(
|
D | TpmToOsslMath_fp.h | 97 BnMult(
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | SupportLibraryFunctionPrototypes_fp.h | 72 BnMult(bigNum result, bigConst multiplicand, bigConst multiplier);
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ |
D | CryptEccMain.c | 468 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()
|
D | CryptEccKeyExchange.c | 355 BnMult(Ta, deA, avfSm2(QeA->x, w)); in SM2KeyExchange()
|
D | CryptRsa.c | 232 VERIFY(BnMult(M, H, Z->Q)); in RsaPrivateKeyOp() 1435 BnMult(bnN, Z->P, Z->Q); in CryptRsaGenerateKey()
|
D | CryptEccSignature.c | 101 BnMult(bnT1, bnT1, bnD); in BnSchnorrSign()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ltc/ |
D | TpmToLtcMath.c | 77 BnMult( in BnMult() function
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/wolf/ |
D | TpmToWolfMath.c | 209 BnMult( in BnMult() function
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ossl/ |
D | TpmToOsslMath.c | 254 BnMult( in BnMult() function
|