Home | History | Annotate | Download | only in cert

Lines Matching refs:cert

5 #include "net/cert/x509_certificate.h"
29 #include "net/cert/pem_tokenizer.h"
174 return; // A hash collision where the winning cert was already freed.
179 return; // A hash collision where the winning cert is still around.
284 X509Certificate* cert = NULL;
286 cert = CreateFromHandle(handle, intermediate_ca_certs);
293 return cert;
303 X509Certificate* cert = CreateFromHandle(cert_handle, OSCertHandles());
305 return cert;
384 X509Certificate* cert = NULL;
386 cert = CreateFromHandle(cert_handle, intermediates);
391 return cert;
518 // Presented identifier(s) == name(s) the server knows itself as, in its cert.
610 // Catch badly corrupt cert names up front.
612 DVLOG(1) << "Bad name in cert: " << *it;
621 // The hostname must be at least as long as the cert name it is matching,