Lines Matching defs:out
207 int GENERAL_NAME_print(BIO *out, GENERAL_NAME *gen)
220 BIO_printf(out, "othername:<unsupported>");
226 BIO_printf(out, "othername:SmtpUTF8Mailbox:%.*s",
231 BIO_printf(out, "othername:XmppAddr:%.*s",
236 BIO_printf(out, "othername:SRVName:%.*s",
241 BIO_printf(out, "othername:UPN:%.*s",
246 BIO_printf(out, "othername:NAIRealm:%.*s",
251 BIO_printf(out, "othername:<unsupported>");
257 BIO_printf(out, "X400Name:<unsupported>");
262 BIO_printf(out, "EdiPartyName:<unsupported>");
266 BIO_printf(out, "email:");
267 ASN1_STRING_print(out, gen->d.ia5);
271 BIO_printf(out, "DNS:");
272 ASN1_STRING_print(out, gen->d.ia5);
276 BIO_printf(out, "URI:");
277 ASN1_STRING_print(out, gen->d.ia5);
281 BIO_printf(out, "DirName:");
282 X509_NAME_print_ex(out, gen->d.dirn, 0, XN_FLAG_ONELINE);
289 BIO_printf(out, "IP Address:%s", tmp);
294 BIO_printf(out, "Registered ID:");
295 i2a_ASN1_OBJECT(out, gen->d.rid);
508 GENERAL_NAME *a2i_GENERAL_NAME(GENERAL_NAME *out,
521 if (out)
522 gen = out;
596 if (!out)
601 GENERAL_NAME *v2i_GENERAL_NAME_ex(GENERAL_NAME *out,
637 return a2i_GENERAL_NAME(out, method, ctx, type, value, is_nc);