Home | History | Annotate | Download | only in x509v3

Lines Matching refs:STACK_OF

70 static int i2r_certpol(X509V3_EXT_METHOD *method, STACK_OF(POLICYINFO) *pol, BIO *out, int indent);
71 static STACK_OF(POLICYINFO) *r2i_certpol(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, char *value);
72 static void print_qualifiers(BIO *out, STACK_OF(POLICYQUALINFO) *quals, int indent);
75 STACK_OF(CONF_VALUE) *polstrs, int ia5org);
77 STACK_OF(CONF_VALUE) *unot, int ia5org);
78 static int nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *nos);
131 static STACK_OF(POLICYINFO) *r2i_certpol(X509V3_EXT_METHOD *method,
134 STACK_OF(POLICYINFO) *pols = NULL;
138 STACK_OF(CONF_VALUE) *vals;
164 STACK_OF(CONF_VALUE) *polsect;
199 STACK_OF(CONF_VALUE) *polstrs, int ia5org)
228 STACK_OF(CONF_VALUE) *unot;
273 STACK_OF(CONF_VALUE) *unot, int ia5org)
301 STACK_OF(CONF_VALUE) *nos;
339 static int nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *nos)
365 static int i2r_certpol(X509V3_EXT_METHOD *method, STACK_OF(POLICYINFO) *pol,
382 static void print_qualifiers(BIO *out, STACK_OF(POLICYQUALINFO) *quals,