Home | History | Annotate | Download | only in base

Lines Matching refs:ParseDate

277 void ParseDate(SECItem* der_date, base::Time* result) {
639 ParseDate(&cert_handle_->validity.notBefore, &valid_start_);
640 ParseDate(&cert_handle_->validity.notAfter, &valid_expiry_);