Searched defs:VectorBignumSize (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/net/android/
H A Dkeystore_openssl.cc151 // VectorBignumSize returns the number of bytes needed to represent the bignum
153 size_t VectorBignumSize(const std::vector<uint8>& v) { function in namespace:net::android::__anon8977
342 ex_data->cached_size = VectorBignumSize(modulus);
525 ex_data->cached_size = VectorBignumSize(order);

Completed in 109 milliseconds