Home
last modified time | relevance | path

Searched refs:nos (Results 1 – 1 of 1) sorted by relevance

/openssl/crypto/x509/
H A Dv3_cpols.c34 static int nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *nos);
352 STACK_OF(CONF_VALUE) *nos; in notice_section()
361 nos = X509V3_parse_list(cnf->value); in notice_section()
362 if (!nos || !sk_CONF_VALUE_num(nos)) { in notice_section()
365 sk_CONF_VALUE_pop_free(nos, X509V3_conf_free); in notice_section()
368 ret = nref_nos(nref->noticenos, nos); in notice_section()
369 sk_CONF_VALUE_pop_free(nos, X509V3_conf_free); in notice_section()
392 static int nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *nos) in nref_nos() argument
399 for (i = 0; i < sk_CONF_VALUE_num(nos); i++) { in nref_nos()
400 cnf = sk_CONF_VALUE_value(nos, i); in nref_nos()

Completed in 7 milliseconds