Home
last modified time | relevance | path

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

/external/epid-sdk/epid/common/math/src/
Dprintutils.c60 static int PrintBuf(ConstOctStr buf, size_t size) { in PrintBuf() function
127 if (0 != PrintBuf((ConstOctStr)buf, ipp_word_buf_size * sizeof(Ipp32u))) { in PrintBigNum()
294 if (0 != PrintBuf((ConstOctStr)big_num_str, sizeof(*big_num_str))) { in PrintBigNumStr()
311 if (0 != PrintBuf((ConstOctStr)fp_elem_str, sizeof(*fp_elem_str))) { in PrintFpElemStr()
328 if (0 != PrintBuf((ConstOctStr)fq_elem_str, sizeof(*fq_elem_str))) { in PrintFqElemStr()
349 if (0 != PrintBuf((ConstOctStr)&fq2_elem_str->a[0], in PrintFq2ElemStr()
357 if (0 != PrintBuf((ConstOctStr)&fq2_elem_str->a[1], in PrintFq2ElemStr()
364 if (0 != PrintBuf((ConstOctStr)fq2_elem_str, sizeof(*fq2_elem_str))) { in PrintFq2ElemStr()
396 if (0 != PrintBuf((ConstOctStr)&fq6_elem_str->a[i].a[j], in PrintFq6ElemStr()
405 if (0 != PrintBuf((ConstOctStr)fq6_elem_str, sizeof(*fq6_elem_str))) { in PrintFq6ElemStr()
[all …]