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