Searched refs:ReadIntegerWithExpectedSize (Results 1 - 2 of 2) sorted by relevance
/external/chromium/crypto/ |
H A D | rsa_private_key.cc | 155 if (!ReadIntegerWithExpectedSize(&src, end, 4, &public_exponent_) || 156 !ReadIntegerWithExpectedSize(&src, end, mod_size, &private_exponent_) || 157 !ReadIntegerWithExpectedSize(&src, end, primes_size, &prime1_) || 158 !ReadIntegerWithExpectedSize(&src, end, primes_size, &prime2_) || 159 !ReadIntegerWithExpectedSize(&src, end, primes_size, &exponent1_) || 160 !ReadIntegerWithExpectedSize(&src, end, primes_size, &exponent2_) || 161 !ReadIntegerWithExpectedSize(&src, end, primes_size, &coefficient_)) 223 bool PrivateKeyInfoCodec::ReadIntegerWithExpectedSize(uint8** pos, function in class:crypto::PrivateKeyInfoCodec
|
H A D | rsa_private_key.h | 104 bool ReadIntegerWithExpectedSize(uint8** pos,
|
Completed in 6828 milliseconds