Searched refs:PrintFq12ElemStr (Results 1 – 3 of 3) sorted by relevance
/external/epid-sdk/epid/common/math/unittests/ |
D | printutils-test.cc | 313 PrintFq12ElemStr(&a_str, "fq12_a_str", kPrintUtilAnnotated); in TEST_F() 332 PrintFq12ElemStr(&a_str, "fq12_a_str", kPrintUtilUnannotated); in TEST_F() 356 PrintFq12ElemStr(nullptr, "fq12_a_str", kPrintUtilAnnotated); in TEST_F() 375 PrintFq12ElemStr(&a_str, "fq12_a_str", (PrintUtilFormat)100); in TEST_F()
|
/external/epid-sdk/epid/common/math/ |
D | printutils.h | 76 #define PrintFq12ElemStr(...) macro 231 void PrintFq12ElemStr(Fq12ElemStr const* fq12_elem_str, char const* var_name,
|
/external/epid-sdk/epid/common/math/src/ |
D | printutils.c | 180 PrintFq12ElemStr((const Fq12ElemStr*)&ff_element_str, var_name, format); in PrintFfElement() 417 void PrintFq12ElemStr(Fq12ElemStr const* fq12_elem_str, char const* var_name, in PrintFq12ElemStr() function
|