Home
last modified time | relevance | path

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

/external/libchrome/crypto/
Drsa_private_key.cc40 #define READ_ASSERT(truth) \ macro
150 READ_ASSERT(mod_size % 2 == 0); in Import()
162 READ_ASSERT(src == end); in Import()
233 READ_ASSERT(out->front() == 0x00); in ReadIntegerWithExpectedSize()
237 READ_ASSERT(out->size() <= expected_size); in ReadIntegerWithExpectedSize()
325 READ_ASSERT(*pos < end); in ReadLength()
335 READ_ASSERT(length_of_length <= 4); in ReadLength()
337 READ_ASSERT(*pos + length_of_length < end); in ReadLength()
347 READ_ASSERT(*pos + length <= end); in ReadLength()
356 READ_ASSERT(*pos < end); in ReadTypeHeaderAndLength()
[all …]