X509V3_EXT_d2i
if (!(ext = X509_get_ext(cert, l)) || !(ialt = X509V3_EXT_d2i(ext))) {
return X509V3_EXT_d2i(san_ext);
ikeyid = X509V3_EXT_d2i(ext);
return X509V3_EXT_d2i(found_ex);
|| (ialt = X509V3_EXT_d2i(ext)) == NULL) {
void *X509V3_EXT_d2i(X509_EXTENSION *ext);
scts = X509V3_EXT_d2i(sct_extension);