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

/external/chromium_org/chrome/common/extensions/api/networking_private/
H A Dnetworking_private_crypto.h51 extern const size_t kTrustedCAPublicKeyDERLength;
H A Dnetworking_private_crypto_openssl.cc69 d2i_RSAPublicKey(NULL, &ptr, kTrustedCAPublicKeyDERLength));
71 ptr != kTrustedCAPublicKeyDER + kTrustedCAPublicKeyDERLength) {
H A Dnetworking_private_crypto.cc34 const size_t kTrustedCAPublicKeyDERLength = sizeof(kTrustedCAPublicKeyDER); member in namespace:networking_private_crypto
H A Dnetworking_private_crypto_nss.cc82 trusted_ca_key_der_item.len = kTrustedCAPublicKeyDERLength;

Completed in 1297 milliseconds