Lines Matching refs:exts
208 STACK_OF(X509_EXTENSION) *exts; in x509_to_req()
220 if ((exts = sk_X509_EXTENSION_new_reserve(NULL, n)) == NULL) in x509_to_req()
227 && !sk_X509_EXTENSION_push(exts, ex)) in x509_to_req()
231 if (sk_X509_EXTENSION_num(exts) > 0) { in x509_to_req()
233 && !X509_REQ_add_extensions(req, exts)) { in x509_to_req()
238 sk_X509_EXTENSION_free(exts); in x509_to_req()
242 sk_X509_EXTENSION_free(exts); in x509_to_req()
1249 const STACK_OF(X509_EXTENSION) *exts = NULL; in print_x509v3_exts()
1257 exts = X509_get0_extensions(x); in print_x509v3_exts()
1258 if ((num = sk_X509_EXTENSION_num(exts)) <= 0) { in print_x509v3_exts()
1276 ext = sk_X509_EXTENSION_value(exts, i); in print_x509v3_exts()