HomeSort by relevance Sort by last modified time
    Searched full:cert_context_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/app/
signature_validator_win.cc 82 : cert_context_(NULL) {
86 cert_context_ = CertDuplicateCertificateContext(given_cert_context);
87 not_valid_before_ = cert_context_->pCertInfo->NotBefore;
88 not_valid_after_ = cert_context_->pCertInfo->NotAfter;
90 ExtractPublicKeyHash(cert_context_, &public_key_hash_);
95 if (cert_context_) {
96 CertFreeCertificateContext(cert_context_);
97 cert_context_ = NULL;
120 const CERT_CONTEXT* cert_context_; member in class:__anon3970::CertInfo

Completed in 32 milliseconds