Searched refs:cert_end (Results 1 – 1 of 1) sorted by relevance
77 const uint8_t* cert_end = cert_current + cert_bytes.size(); in convertDerCertToPemOrPassthrough() local79 while (cert_current < cert_end) { in convertDerCertToPemOrPassthrough()81 bssl::UniquePtr<X509>(d2i_X509(nullptr, &cert_current, cert_end - cert_current)); in convertDerCertToPemOrPassthrough()