Searched refs:ParsePrincipalValueByNID (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/chrome/common/net/ |
D | x509_certificate_model_openssl.cc | 101 x509_util::ParsePrincipalValueByNID(X509_get_issuer_name(cert_handle), in GetIssuerCommonName() 110 x509_util::ParsePrincipalValueByNID(X509_get_issuer_name(cert_handle), in GetIssuerOrgName() 119 x509_util::ParsePrincipalValueByNID(X509_get_issuer_name(cert_handle), in GetIssuerOrgUnitName() 128 x509_util::ParsePrincipalValueByNID(X509_get_subject_name(cert_handle), in GetSubjectOrgName() 137 x509_util::ParsePrincipalValueByNID(X509_get_subject_name(cert_handle), in GetSubjectOrgUnitName() 145 x509_util::ParsePrincipalValueByNID(X509_get_subject_name(cert_handle), in GetSubjectCommonName()
|
/external/chromium_org/net/cert/ |
D | x509_util_openssl.h | 35 bool NET_EXPORT ParsePrincipalValueByNID(X509_NAME* name,
|
D | x509_certificate_openssl.cc | 89 x509_util::ParsePrincipalValueByNID(x509_name, NID_commonName, in ParsePrincipal() 91 x509_util::ParsePrincipalValueByNID(x509_name, NID_localityName, in ParsePrincipal() 93 x509_util::ParsePrincipalValueByNID(x509_name, NID_stateOrProvinceName, in ParsePrincipal() 95 x509_util::ParsePrincipalValueByNID(x509_name, NID_countryName, in ParsePrincipal()
|
D | x509_util_openssl.cc | 324 bool ParsePrincipalValueByNID(X509_NAME* name, int nid, std::string* value) { in ParsePrincipalValueByNID() function
|