Home
last modified time | relevance | path

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

/external/openssl/crypto/x509v3/
Dv3_cpols.c75 STACK_OF(CONF_VALUE) *polstrs, int ia5org);
77 STACK_OF(CONF_VALUE) *unot, int ia5org);
140 int i, ia5org; variable
151 ia5org = 0;
161 ia5org = 1;
172 pol = policy_section(ctx, polsect, ia5org);
199 STACK_OF(CONF_VALUE) *polstrs, int ia5org) in policy_section() argument
241 qual = notice_section(ctx, unot, ia5org); in policy_section()
273 STACK_OF(CONF_VALUE) *unot, int ia5org) in notice_section() argument
295 if(ia5org) nref->organization->type = V_ASN1_IA5STRING; in notice_section()