Lines Matching refs:ext
86 X509_EXTENSION *ext;
207 ext = X509_get_ext(x509, (int)loc);
208 if (!ext)
211 akid = (AUTHORITY_KEYID *)X509V3_EXT_d2i(ext);
213 akid = (AUTHORITY_KEYID *)wolfSSL_X509V3_EXT_d2i(ext);
235 ext = X509_get_ext(x509, (int)loc);
236 if (!ext)
240 akid = (AUTHORITY_KEYID *)X509V3_EXT_d2i(ext);
242 akid = (AUTHORITY_KEYID *)wolfSSL_X509V3_EXT_d2i(ext);
249 const X509V3_EXT_METHOD* method = X509V3_EXT_get(ext);
288 ext = X509_get_ext(x509, (int)loc);
289 if (!ext)
291 akid = (AUTHORITY_KEYID *)X509V3_EXT_d2i(ext);
314 ext = X509_get_ext(x509, (int)loc);
315 if (!ext)
318 val = X509_EXTENSION_get_data(ext);