Searched refs:preidx (Results 1 – 1 of 1) sorted by relevance
80 int preidx, certidx; in ct_x509_cert_fixup() local86 preidx = ct_x509_get_ext(presigner, NID_authority_key_identifier, in ct_x509_cert_fixup()92 if (preidx < -1 || certidx < -1) in ct_x509_cert_fixup()98 if (preidx >= 0 && certidx == -1) in ct_x509_cert_fixup()100 if (preidx == -1 && certidx >= 0) in ct_x509_cert_fixup()105 if (preidx != -1) { in ct_x509_cert_fixup()107 X509_EXTENSION *preext = X509_get_ext(presigner, preidx); in ct_x509_cert_fixup()
Completed in 2 milliseconds