Searched refs:kExpectedKeyLength (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/quic/test_tools/
H A Dcrypto_test_utils_openssl.cc82 static const int kExpectedKeyLength = 65; variable
85 if (len != kExpectedKeyLength) {
89 uint8 buf[kExpectedKeyLength];
93 return string(reinterpret_cast<char*>(buf + 1), kExpectedKeyLength - 1);
/external/chromium_org/crypto/
H A Dec_private_key_openssl.cc197 static const int kExpectedKeyLength = 65; local
200 if (len != kExpectedKeyLength)
203 uint8 buf[kExpectedKeyLength];
206 if (len != kExpectedKeyLength)
209 output->assign(reinterpret_cast<char*>(buf + 1), kExpectedKeyLength - 1);
H A Dec_private_key_nss.cc293 static const unsigned int kExpectedKeyLength = 65; local
298 if (len != kExpectedKeyLength || data[0] != 0x04)
302 kExpectedKeyLength - 1);

Completed in 74 milliseconds