Home
last modified time | relevance | path

Searched refs:PrintG1ElemStr (Results 1 – 3 of 3) sorted by relevance

/external/epid-sdk/epid/common/math/unittests/
Dprintutils-test.cc314 PrintG1ElemStr(&efq_a_str, "efq_a_str", kPrintUtilAnnotated); in TEST_F()
333 PrintG1ElemStr(&efq_a_str, "efq_a_str", kPrintUtilUnannotated); in TEST_F()
357 PrintG1ElemStr(nullptr, "efq_a_str", kPrintUtilAnnotated); in TEST_F()
376 PrintG1ElemStr(&efq_a_str, "efq_a_str", (PrintUtilFormat)100); in TEST_F()
/external/epid-sdk/epid/common/math/
Dprintutils.h79 #define PrintG1ElemStr(...) macro
248 void PrintG1ElemStr(G1ElemStr const* g1_elem_str, char const* var_name,
/external/epid-sdk/epid/common/math/src/
Dprintutils.c269 PrintG1ElemStr((const G1ElemStr*)&ec_point_str, var_name, format); in PrintEcPoint()
464 void PrintG1ElemStr(G1ElemStr const* g1_elem_str, char const* var_name, in PrintG1ElemStr() function