Home
last modified time | relevance | path

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

/external/epid-sdk/epid/member/tiny/math/src/
Dfp.c82 src = Uint32Deserialize(deserialized_t.word + i, src); in FpRand()
97 src = Uint32Deserialize(deserialized_t.word + i, src); in FpRandNonzero()
Dserialize.c60 void const* Uint32Deserialize(uint32_t* dest, OctStr32 const* src) { in Uint32Deserialize() function
87 src = Uint32Deserialize(dest->word + i, (OctStr32 const*)src); in VliDeserialize()
Dfq.c112 src = Uint32Deserialize(deserialized_t.word + i, src); in FqRand()
/external/epid-sdk/epid/member/tiny/math/
Dserialize.h85 void const* Uint32Deserialize(uint32_t* dest, OctStr32 const* src);
/external/epid-sdk/epid/member/tiny/math/unittests/
Dserialize-test.cc77 Uint32Deserialize(&num, &octstr); in TEST()