Searched refs:cert_handles (Results 1 – 5 of 5) sorted by relevance
27 OSCertHandles cert_handles(intermediate_ca_certs_); in Verify() local30 if (cert_handles.empty() || cert_handles[0] != cert_handle_) in Verify()31 cert_handles.insert(cert_handles.begin(), cert_handle_); in Verify()34 cert_bytes.reserve(cert_handles.size()); in Verify()35 for (OSCertHandles::const_iterator it = cert_handles.begin(); in Verify()36 it != cert_handles.end(); ++it) { in Verify()
560 OSCertHandles cert_handles(intermediate_ca_certs_); in GetChainDEREncodedBytes() local563 if (cert_handles.empty() || cert_handles[0] != cert_handle_) in GetChainDEREncodedBytes()564 cert_handles.insert(cert_handles.begin(), cert_handle_); in GetChainDEREncodedBytes()566 chain_bytes->reserve(cert_handles.size()); in GetChainDEREncodedBytes()567 for (OSCertHandles::const_iterator it = cert_handles.begin(); in GetChainDEREncodedBytes()568 it != cert_handles.end(); ++it) { in GetChainDEREncodedBytes()
215 net::X509Certificate::OSCertHandles* cert_handles) { in GetCertChainFromCert() argument217 cert_handles->push_back(net::X509Certificate::DupOSCertHandle(cert_handle)); in GetCertChainFromCert()220 void DestroyCertChain(net::X509Certificate::OSCertHandles* cert_handles) { in DestroyCertChain() argument221 for (net::X509Certificate::OSCertHandles::iterator i = cert_handles->begin(); in DestroyCertChain()222 i != cert_handles->end(); ++i) in DestroyCertChain()224 cert_handles->clear(); in DestroyCertChain()
308 X509Certificate::OSCertHandles* cert_handles) { in GetCertChainFromCert() argument315 cert_handles->push_back(CERT_DupCertificate(node->cert)); in GetCertChainFromCert()320 void DestroyCertChain(X509Certificate::OSCertHandles* cert_handles) { in DestroyCertChain() argument321 for (X509Certificate::OSCertHandles::iterator i(cert_handles->begin()); in DestroyCertChain()322 i != cert_handles->end(); ++i) in DestroyCertChain()324 cert_handles->clear(); in DestroyCertChain()
110 net::X509Certificate::OSCertHandles* cert_handles);111 void DestroyCertChain(net::X509Certificate::OSCertHandles* cert_handles);