Home
last modified time | relevance | path

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

/external/epid-sdk/epid/common/math/unittests/
Dtatepairing-test.cc36 bool operator==(Epid11GtElemStr const& lhs, Epid11GtElemStr const& rhs) { in operator ==()
152 Epid11GtElemStr r_expected_str = { in TEST_F()
170 Epid11GtElemStr r_str = {0}; in TEST_F()
187 Epid11GtElemStr r_expected_str = {0}; in TEST_F()
190 Epid11GtElemStr r_str = {0}; in TEST_F()
/external/epid-sdk/epid/verifier/1.1/
Dapi.h83 Epid11GtElemStr e12; ///< an element in GT
84 Epid11GtElemStr e22; ///< an element in GT
85 Epid11GtElemStr e2w; ///< an element in GT
/external/epid-sdk/epid/common/1.1/
Dtypes.h76 typedef struct Epid11GtElemStr { struct
78 } Epid11GtElemStr; typedef
/external/epid-sdk/epid/common/1.1/src/
Dcommitment.h48 Epid11GtElemStr R4; ///< Variable R4 computed in algorithm
/external/epid-sdk/epid/common/math/src/
Dtatepairing.c118 sizeof(Epid11GtElemStr) != (ff->element_len << 2)) { in NewEpid11PairingState()
328 Epid11GtElemStr bx_str = {0}; in Epid11Pairing()
329 Epid11GtElemStr by_str = {0}; in Epid11Pairing()
341 Epid11GtElemStr one_fq6 = {0}; in Epid11Pairing()
713 Epid11GtElemStr r_str = {0}; in JoinFq3()
738 Epid11GtElemStr a_str = {0}; in SplitFq6()