Lines Matching refs:othername
83 char othername[300];
91 || !x509v3_add_len_value_uchar("othername: SmtpUTF8Mailbox:",
99 || !x509v3_add_len_value_uchar("othername: XmppAddr:",
107 || !x509v3_add_len_value_uchar("othername: SRVName:",
115 || !x509v3_add_len_value_uchar("othername: UPN:",
123 || !x509v3_add_len_value_uchar("othername: NAIRealm:",
131 BIO_snprintf(othername, sizeof(othername), "othername: %s:",
134 OPENSSL_strlcpy(othername, "othername:", sizeof(othername));
138 if (x509v3_add_len_value_uchar(othername,
145 if (x509v3_add_len_value_uchar(othername,
151 if (!X509V3_add_value(othername, "<unsupported>", &ret))
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>");