Home
last modified time | relevance | path

Searched refs:POINT_DELETE (Results 1 – 2 of 2) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/wolf/
DTpmToWolfMath.c437 POINT_DELETE(pR); in BnEccModMult()
438 POINT_DELETE(pS); in BnEccModMult()
478 POINT_DELETE(pS); in BnEccModMult2()
479 POINT_DELETE(pQ); in BnEccModMult2()
480 POINT_DELETE(pR); in BnEccModMult2()
514 POINT_DELETE(pS); in BnEccAdd()
515 POINT_DELETE(pQ); in BnEccAdd()
516 POINT_DELETE(pR); in BnEccAdd()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/Wolf/
DTpmToWolfMath.h67 #define POINT_DELETE(name) \ macro