Searched refs:GetCertificateFields (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_socket_utils.h40 bool GetCertificateFields(const net::X509Certificate& cert,
45 bool GetCertificateFields(const char* der,
H A Dpepper_message_filter.cc33 *succeeded = (der.size() != 0 && pepper_socket_utils::GetCertificateFields(
H A Dpepper_socket_utils.cc71 bool GetCertificateFields(const net::X509Certificate& cert, function in namespace:content::pepper_socket_utils
121 bool GetCertificateFields(const char* der, function in namespace:content::pepper_socket_utils
128 return GetCertificateFields(*cert.get(), fields);
H A Dpepper_tcp_socket.cc302 bool PepperTCPSocket::GetCertificateFields( function in class:content::PepperTCPSocket
354 bool PepperTCPSocket::GetCertificateFields( function in class:content::PepperTCPSocket
362 return GetCertificateFields(*cert.get(), fields);
385 GetCertificateFields(*ssl_info.cert.get(), &certificate_fields);
H A Dpepper_tcp_socket_message_filter.cc940 pepper_socket_utils::GetCertificateFields(*ssl_info.cert.get(),

Completed in 328 milliseconds