X509_NAME_get_index_by_NID
while ((i = X509_NAME_get_index_by_NID(dn_subject,
i = X509_NAME_get_index_by_NID(nm, NID_pkcs9_emailAddress, i);
i = X509_NAME_get_index_by_NID(nm, NID_commonName, i);
while ((i = X509_NAME_get_index_by_NID(nm,
while ((i = X509_NAME_get_index_by_NID(name,
while ((i = X509_NAME_get_index_by_NID(name, cnid, i)) >= 0) {
int X509_NAME_get_index_by_NID(const X509_NAME *name, int nid, int lastpos);
while ((lastpos = X509_NAME_get_index_by_NID(subject,