Searched refs:PrintG2ElemStr (Results 1 – 3 of 3) sorted by relevance
/external/epid-sdk/epid/common/math/unittests/ |
D | printutils-test.cc | 315 PrintG2ElemStr(&efq2_a_str, "efq_a_str", kPrintUtilAnnotated); in TEST_F() 334 PrintG2ElemStr(&efq2_a_str, "efq_a_str", kPrintUtilUnannotated); in TEST_F() 358 PrintG2ElemStr(nullptr, "efq_a_str", kPrintUtilAnnotated); in TEST_F() 377 PrintG2ElemStr(&efq2_a_str, "efq_a_str", (PrintUtilFormat)100); in TEST_F()
|
/external/epid-sdk/epid/common/math/ |
D | printutils.h | 82 #define PrintG2ElemStr(...) macro 265 void PrintG2ElemStr(G2ElemStr const* g2_elem_str, char const* var_name,
|
/external/epid-sdk/epid/common/math/src/ |
D | printutils.c | 271 PrintG2ElemStr((const G2ElemStr*)&ec_point_str, var_name, format); in PrintEcPoint() 503 void PrintG2ElemStr(G2ElemStr const* g2_elem_str, char const* var_name, in PrintG2ElemStr() function
|