Searched refs:nos (Results 1 – 1 of 1) sorted by relevance
34 static int nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *nos);331 STACK_OF(CONF_VALUE) *nos; in notice_section()338 nos = X509V3_parse_list(cnf->value); in notice_section()339 if (!nos || !sk_CONF_VALUE_num(nos)) { in notice_section()342 sk_CONF_VALUE_pop_free(nos, X509V3_conf_free); in notice_section()345 ret = nref_nos(nref->noticenos, nos); in notice_section()346 sk_CONF_VALUE_pop_free(nos, X509V3_conf_free); in notice_section()372 static int nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *nos) in nref_nos() argument379 for (i = 0; i < sk_CONF_VALUE_num(nos); i++) { in nref_nos()380 cnf = sk_CONF_VALUE_value(nos, i); in nref_nos()
Completed in 3 milliseconds