Searched refs:ParsePrincipalValueByIndex (Results 1 – 3 of 3) sorted by relevance
44 bool ParsePrincipalValueByIndex(X509_NAME* name, in ParsePrincipalValueByIndex() function55 return ParsePrincipalValueByIndex(name, index, value); in ParsePrincipalValueByNID()
30 bool ParsePrincipalValueByIndex(X509_NAME* name, int index, std::string* value);
66 if (!nxou::ParsePrincipalValueByIndex(name, index, &field)) in ParsePrincipalValues()