Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DTpmToLtcMath_fp.h111 BnEccModMult(
DTpmToWolfMath_fp.h164 BnEccModMult(
DTpmToOsslMath_fp.h186 BnEccModMult(
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptEccKeyExchange.c348 if(!BnEccModMult(QeA, CurveGetG(C), deA, E)) in SM2KeyExchange()
372 if(!BnEccModMult(Z, Z, Ta, E)) in SM2KeyExchange()
DCryptEccMain.c568 OK = BnEccModMult(R, Q, u, E); in BnPointMult()
570 OK = BnEccModMult(R, S, d, E); in BnPointMult()
625 OK = OK && BnEccModMult(ecQ, NULL, bnD, E); in BnEccGenerateKeyPair()
DCryptEccSignature.c437 if(!BnEccModMult(Q1, NULL, bnK, E)) in BnSignEcSm2()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DSupportLibraryFunctionPrototypes_fp.h106 BnEccModMult(bigPoint R, pointConst S, bigConst d, bigCurve E);
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ltc/
DTpmToLtcMath.c202 BnEccModMult( in BnEccModMult() function
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/wolf/
DTpmToWolfMath.c412 BnEccModMult( in BnEccModMult() function
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ossl/
DTpmToOsslMath.c548 BnEccModMult( in BnEccModMult() function