Searched refs:frob_op (Results 1 – 1 of 1) sorted by relevance
/external/epid-sdk/epid/member/tiny/math/src/ |
D | pairing.c | 69 static void frob_op(Fq12Elem* Pout, Fq12Elem const* Pin, int e, in frob_op() function 102 frob_op(&t2, f, 2, state); in finalExp() 116 frob_op(&t2, &t0, 1, state); in finalExp() 120 frob_op(&t2, &t3, 1, state); in finalExp() 126 frob_op(&t1, &t1, 1, state); in finalExp() 130 frob_op(&t2, &t3, 2, state); in finalExp() 137 frob_op(&t2, f, 1, state); in finalExp() 139 frob_op(&t2, f, 2, state); in finalExp() 141 frob_op(&t2, f, 3, state); in finalExp()
|