/external/epid-sdk/epid/common/1.1/ |
D | types.h | 89 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/ |
D | types.h | 79 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/ |
D | get_sigsize-test.cc | 40 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()
|
D | member-testhelper.h | 102 static const OctStr32 kOctStr32_1;
|
D | member-testhelper.cc | 389 const OctStr32 EpidMemberTest::kOctStr32_1 = {0x00, 0x00, 0x00, 0x01};
|
D | context-test.cc | 343 OctStr32 octstr32_0 = {0x00, 0x00, 0x00, 0x00}; in TEST_F()
|
/external/epid-sdk/epid/member/tiny/unittests/ |
D | get_sigsize-test.cc | 37 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()
|
D | member-testhelper.h | 106 static const OctStr32 kOctStr32_1;
|
D | member-testhelper.cc | 421 const OctStr32 EpidMemberTest::kOctStr32_1 = {0x00, 0x00, 0x00, 0x01};
|
D | context-test.cc | 300 OctStr32 octstr32_0 = {0x00, 0x00, 0x00, 0x00}; in TEST_F()
|
/external/epid-sdk/epid/member/tiny/math/ |
D | serialize.h | 25 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/ |
D | serialize-test.cc | 30 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/ |
D | fp.c | 75 OctStr32 const* src = (OctStr32 const*)t; in FpRand() 91 OctStr32 const* src = (OctStr32 const*)t; in FpRandNonzero()
|
D | serialize.c | 51 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()
|
D | fq.c | 105 OctStr32 const* src = (OctStr32 const*)t; in FqRand()
|
D | efq.c | 313 Uint32Serialize((OctStr32*)&buf, hash_salt); in EFqHash()
|
/external/epid-sdk/epid/verifier/unittests/ |
D | context-test.cc | 41 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()
|
D | verifier-testhelper.h | 277 static const OctStr32 kOctStr32_1;
|
D | verifier-testhelper.cc | 556 const OctStr32 EpidVerifierTest::kOctStr32_1 = {0x00, 0x00, 0x00, 0x01};
|
/external/epid-sdk/epid/member/tiny/src/ |
D | sign.c | 51 OctStr32 octstr32_0 = {{0x00, 0x00, 0x00, 0x00}}; in EpidSign()
|
/external/epid-sdk/epid/member/src/ |
D | sign.c | 39 OctStr32 octstr32_0 = {{0x00, 0x00, 0x00, 0x00}}; in EpidSign()
|
/external/epid-sdk/epid/verifier/1.1/unittests/ |
D | verifier-testhelper.h | 117 static const OctStr32 kOctStr32_1;
|
D | verifier-testhelper.cc | 178 const OctStr32 Epid11VerifierTest::kOctStr32_1 = {0x00, 0x00, 0x00, 0x01};
|
D | context-test.cc | 210 OctStr32 octstr32_0 = {0x00, 0x00, 0x00, 0x00}; in TEST_F() 333 OctStr32 octstr32_0 = {0x00, 0x00, 0x00, 0x00}; in TEST_F()
|
D | verify-test.cc | 104 sig_struct->n2 = *(OctStr32*)&n2_; in TEST_F()
|