Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_cpols.c83 STACK_OF(CONF_VALUE) *unot, int ia5org);
511 STACK_OF(CONF_VALUE) *unot; in policy_section()
519 unot = X509V3_get_section(ctx, cnf->value + 1); in policy_section()
520 if (unot == NULL) { in policy_section()
525 qual = notice_section(ctx, unot, ia5org); in policy_section()
526 X509V3_section_free(ctx, unot); in policy_section()
560 notice_section(X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *unot, int ia5org) in notice_section() argument
573 for (i = 0; i < sk_CONF_VALUE_num(unot); i++) { in notice_section()
574 cnf = sk_CONF_VALUE_value(unot, i); in notice_section()