Home
last modified time | relevance | path

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

/external/epid-sdk/epid/member/tiny/math/unittests/
Dserialize-test.cc63 OctStr32 octstr = {0}; in TEST() local
66 Uint32Serialize(&octstr, num); in TEST()
67 EXPECT_EQ(expected_octstr, octstr); in TEST()
74 const OctStr32 octstr = {0x01, 0x02, 0x03, 0x04}; in TEST() local
77 Uint32Deserialize(&num, &octstr); in TEST()
/external/epid-sdk/epid/common/math/src/
Dbignum.c186 ConstIppOctStr octstr = (ConstIppOctStr)octstr_ptr; in OctStrBitSize() local
190 while (i < octstr_len && !octstr[i]) i++; in OctStrBitSize()
192 byte = octstr[i]; in OctStrBitSize()