Lines Matching refs:STACK_OF
23 static int i2r_certpol(X509V3_EXT_METHOD *method, STACK_OF(POLICYINFO) *pol,
25 static STACK_OF(POLICYINFO) *r2i_certpol(X509V3_EXT_METHOD *method,
27 static void print_qualifiers(BIO *out, STACK_OF(POLICYQUALINFO) *quals,
31 STACK_OF(CONF_VALUE) *polstrs, int ia5org);
33 STACK_OF(CONF_VALUE) *unot, int ia5org);
34 static int nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *nos);
89 static STACK_OF(POLICYINFO) *r2i_certpol(X509V3_EXT_METHOD *method,
92 STACK_OF(POLICYINFO) *pols;
96 STACK_OF(CONF_VALUE) *vals = X509V3_parse_list(value);
125 STACK_OF(CONF_VALUE) *polsect;
167 STACK_OF(CONF_VALUE) *polstrs, int ia5org) in policy_section()
215 STACK_OF(CONF_VALUE) *unot; in policy_section()
290 STACK_OF(CONF_VALUE) *unot, int ia5org) in notice_section()
352 STACK_OF(CONF_VALUE) *nos; in notice_section()
392 static int nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *nos) in nref_nos()
414 static int i2r_certpol(X509V3_EXT_METHOD *method, STACK_OF(POLICYINFO) *pol, in i2r_certpol()
434 static void print_qualifiers(BIO *out, STACK_OF(POLICYQUALINFO) *quals, in print_qualifiers()