Home | History | Annotate | Download | only in apps

Lines Matching refs:nm

1403 void print_name(BIO *out, const char *title, X509_NAME *nm, unsigned long lflags)
1415 buf = X509_NAME_oneline(nm, 0, 0);
1421 X509_NAME_print_ex(out, nm, indent, lflags);