Searched refs:kTrustedCAPublicKeyDER (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/common/extensions/api/networking_private/
H A Dnetworking_private_crypto.h48 extern const uint8_t kTrustedCAPublicKeyDER[];
50 // The length of |kTrustedCAPublicKeyDER| in bytes.
H A Dnetworking_private_crypto.cc9 const uint8 kTrustedCAPublicKeyDER[] = { member in namespace:networking_private_crypto
34 const size_t kTrustedCAPublicKeyDERLength = sizeof(kTrustedCAPublicKeyDER);
H A Dnetworking_private_crypto_openssl.cc67 ptr = kTrustedCAPublicKeyDER;
71 ptr != kTrustedCAPublicKeyDER + kTrustedCAPublicKeyDERLength) {
H A Dnetworking_private_crypto_nss.cc81 const_cast<unsigned char*>(kTrustedCAPublicKeyDER);

Completed in 521 milliseconds