Home | History | Annotate | Download | only in ssl

Lines Matching refs:der

757   std::vector<uint8_t> der;
758 if (!DecodeBase64(&der, kOpenSSLSession)) {
761 ScopedSSL_SESSION session(SSL_SESSION_from_bytes(der.data(), der.size()));