Home
last modified time | relevance | path

Searched refs:certidx (Results 1 – 1 of 1) sorted by relevance

/dragonfly/crypto/libressl/crypto/ct/
H A Dct_sct_ctx.c122 int preidx, certidx; in ct_x509_cert_fixup() local
130 certidx = ct_x509_get_ext(cert, NID_authority_key_identifier, in ct_x509_cert_fixup()
134 if (preidx < -1 || certidx < -1) in ct_x509_cert_fixup()
140 if (preidx >= 0 && certidx == -1) in ct_x509_cert_fixup()
142 if (preidx == -1 && certidx >= 0) in ct_x509_cert_fixup()
150 X509_EXTENSION *certext = X509_get_ext(cert, certidx); in ct_x509_cert_fixup()