Home
last modified time | relevance | path

Searched refs:OctStr32 (Results 1 – 25 of 27) sorted by relevance

12

/external/epid-sdk/epid/common/1.1/
Dtypes.h89 OctStr32 h; ///< a small integer, also denoted as cofactor
99 OctStr32 h_tick; ///< a small integer, also denoted as cofactor
108 typedef OctStr32 Epid11GroupId;
158 OctStr32 rl_ver; ///< revocation list version number
159 OctStr32 n2; ///< number of entries in SigRL
170 OctStr32 version; ///< revocation list version number
171 OctStr32 n1; ///< number of entries in PrivRL
188 OctStr32 version; ///< revocation list version number
189 OctStr32 n2; ///< number of entries in SigRL
199 OctStr32 version; ///< revocation list version number
[all …]
/external/epid-sdk/epid/common/
Dtypes.h79 typedef struct OctStr32 { struct
81 } OctStr32; argument
253 OctStr32 rl_ver; ///< revocation list version number
254 OctStr32 n2; ///< number of entries in SigRL
265 OctStr32 version; ///< revocation list version number
266 OctStr32 n1; ///< number of entries in PrivRL
283 OctStr32 version; ///< revocation list version number
284 OctStr32 n2; ///< number of entries in SigRL
294 OctStr32 version; ///< revocation list version number
295 OctStr32 n3; ///< number of entries in GroupRL
[all …]
/external/epid-sdk/epid/member/unittests/
Dget_sigsize-test.cc40 OctStr32 octstr32_0 = {0x00, 0x00, 0x00, 0x00}; in TEST_F()
41 OctStr32 octstr32_1 = {0x00, 0x00, 0x00, 0x01}; in TEST_F()
42 OctStr32 octstr32_2 = {0x00, 0x00, 0x00, 0x02}; in TEST_F()
43 OctStr32 octstr32_16 = {0x00, 0x00, 0x00, 0x10}; in TEST_F()
44 OctStr32 octstr32_256 = {0x00, 0x00, 0x01, 0x00}; in TEST_F()
45 OctStr32 octstr32_65536 = {0x00, 0x01, 0x00, 0x00}; in TEST_F()
46 OctStr32 octstr32_4294967295 = {0xff, 0xff, 0xff, 0xff}; in TEST_F()
Dmember-testhelper.h102 static const OctStr32 kOctStr32_1;
Dmember-testhelper.cc389 const OctStr32 EpidMemberTest::kOctStr32_1 = {0x00, 0x00, 0x00, 0x01};
Dcontext-test.cc343 OctStr32 octstr32_0 = {0x00, 0x00, 0x00, 0x00}; in TEST_F()
/external/epid-sdk/epid/member/tiny/unittests/
Dget_sigsize-test.cc37 OctStr32 octstr32_0 = {0x00, 0x00, 0x00, 0x00}; in TEST_F()
38 OctStr32 octstr32_1 = {0x00, 0x00, 0x00, 0x01}; in TEST_F()
39 OctStr32 octstr32_2 = {0x00, 0x00, 0x00, 0x02}; in TEST_F()
40 OctStr32 octstr32_16 = {0x00, 0x00, 0x00, 0x10}; in TEST_F()
41 OctStr32 octstr32_256 = {0x00, 0x00, 0x01, 0x00}; in TEST_F()
42 OctStr32 octstr32_65536 = {0x00, 0x01, 0x00, 0x00}; in TEST_F()
43 OctStr32 octstr32_4294967295 = {0xff, 0xff, 0xff, 0xff}; in TEST_F()
Dmember-testhelper.h106 static const OctStr32 kOctStr32_1;
Dmember-testhelper.cc421 const OctStr32 EpidMemberTest::kOctStr32_1 = {0x00, 0x00, 0x00, 0x01};
Dcontext-test.cc300 OctStr32 octstr32_0 = {0x00, 0x00, 0x00, 0x00}; in TEST_F()
/external/epid-sdk/epid/member/tiny/math/
Dserialize.h25 typedef struct OctStr32 OctStr32; typedef
77 void* Uint32Serialize(OctStr32* dest, uint32_t src);
85 void const* Uint32Deserialize(uint32_t* dest, OctStr32 const* src);
/external/epid-sdk/epid/member/tiny/math/unittests/
Dserialize-test.cc30 bool operator==(OctStr32 const& lhs, OctStr32 const& rhs) { in operator ==()
63 OctStr32 octstr = {0}; in TEST()
64 const OctStr32 expected_octstr = {0x01, 0x02, 0x03, 0x04}; in TEST()
74 const OctStr32 octstr = {0x01, 0x02, 0x03, 0x04}; in TEST()
/external/epid-sdk/epid/member/tiny/math/src/
Dfp.c75 OctStr32 const* src = (OctStr32 const*)t; in FpRand()
91 OctStr32 const* src = (OctStr32 const*)t; in FpRandNonzero()
Dserialize.c51 void* Uint32Serialize(OctStr32* dest, uint32_t src) { in Uint32Serialize()
60 void const* Uint32Deserialize(uint32_t* dest, OctStr32 const* src) { in Uint32Deserialize()
74 dest = Uint32Serialize((OctStr32*)dest, src->word[i]); in VliSerialize()
87 src = Uint32Deserialize(dest->word + i, (OctStr32 const*)src); in VliDeserialize()
Dfq.c105 OctStr32 const* src = (OctStr32 const*)t; in FqRand()
Defq.c313 Uint32Serialize((OctStr32*)&buf, hash_salt); in EFqHash()
/external/epid-sdk/epid/verifier/unittests/
Dcontext-test.cc41 bool operator==(OctStr32 const& lhs, OctStr32 const& rhs) { in operator ==()
239 OctStr32 octstr32_0 = {0x00, 0x00, 0x00, 0x00}; in TEST_F()
389 OctStr32 octstr32_0 = {0x00, 0x00, 0x00, 0x00}; in TEST_F()
666 OctStr32 octstr32_0 = {0x00, 0x00, 0x00, 0x00}; in TEST_F()
963 OctStr32 n4_expected = {0x00, 0x00, 0x00, 0x01}; in TEST_F()
964 OctStr32 rlver_expected = {0x00, 0x00, 0x00, 0x01}; in TEST_F()
988 OctStr32 n4_expected = {0x00, 0x00, 0x00, 0x02}; in TEST_F()
989 OctStr32 rlver_expected = {0x00, 0x00, 0x00, 0x01}; in TEST_F()
1010 OctStr32 n4_expected = {0x00, 0x00, 0x00, 0x01}; in TEST_F()
1011 OctStr32 rlver_expected = {0x00, 0x00, 0x00, 0x01}; in TEST_F()
Dverifier-testhelper.h277 static const OctStr32 kOctStr32_1;
Dverifier-testhelper.cc556 const OctStr32 EpidVerifierTest::kOctStr32_1 = {0x00, 0x00, 0x00, 0x01};
/external/epid-sdk/epid/member/tiny/src/
Dsign.c51 OctStr32 octstr32_0 = {{0x00, 0x00, 0x00, 0x00}}; in EpidSign()
/external/epid-sdk/epid/member/src/
Dsign.c39 OctStr32 octstr32_0 = {{0x00, 0x00, 0x00, 0x00}}; in EpidSign()
/external/epid-sdk/epid/verifier/1.1/unittests/
Dverifier-testhelper.h117 static const OctStr32 kOctStr32_1;
Dverifier-testhelper.cc178 const OctStr32 Epid11VerifierTest::kOctStr32_1 = {0x00, 0x00, 0x00, 0x01};
Dcontext-test.cc210 OctStr32 octstr32_0 = {0x00, 0x00, 0x00, 0x00}; in TEST_F()
333 OctStr32 octstr32_0 = {0x00, 0x00, 0x00, 0x00}; in TEST_F()
Dverify-test.cc104 sig_struct->n2 = *(OctStr32*)&n2_; in TEST_F()

12