Home
last modified time | relevance | path

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

/external/libchrome/crypto/
Drsa_private_key.cc153 if (!ReadIntegerWithExpectedSize(&src, end, 4, &public_exponent_) || in Import()
154 !ReadIntegerWithExpectedSize(&src, end, mod_size, &private_exponent_) || in Import()
155 !ReadIntegerWithExpectedSize(&src, end, primes_size, &prime1_) || in Import()
156 !ReadIntegerWithExpectedSize(&src, end, primes_size, &prime2_) || in Import()
157 !ReadIntegerWithExpectedSize(&src, end, primes_size, &exponent1_) || in Import()
158 !ReadIntegerWithExpectedSize(&src, end, primes_size, &exponent2_) || in Import()
159 !ReadIntegerWithExpectedSize(&src, end, primes_size, &coefficient_)) in Import()
221 bool PrivateKeyInfoCodec::ReadIntegerWithExpectedSize( in ReadIntegerWithExpectedSize() function in crypto::PrivateKeyInfoCodec
Drsa_private_key.h98 bool ReadIntegerWithExpectedSize(uint8_t** pos,