Home | History | Annotate | Download | only in crypto

Lines Matching refs:ext

455 	void *ext;
459 ext = X509_get_ext_d2i(cert, NID_subject_alt_name, NULL, NULL);
461 for (i = 0; ext && i < sk_GENERAL_NAME_num(ext); i++) {
462 gen = sk_GENERAL_NAME_value(ext, i);