Searched refs:gs (Results 1 – 3 of 3) sorted by relevance
102 will be appended _[gs]et[_ctx]_params
723 GENERAL_NAMES *gs = X509_get_ext_d2i(x, NID_subject_alt_name, NULL, NULL); in has_san_id() local725 if (gs == NULL) in has_san_id()728 for (i = 0; i < sk_GENERAL_NAME_num(gs); i++) { in has_san_id()729 GENERAL_NAME *g = sk_GENERAL_NAME_value(gs, i); in has_san_id()736 GENERAL_NAMES_free(gs); in has_san_id()
19777 * Fix typo in SSL_[gs]et_options().
Completed in 60 milliseconds