Home
last modified time | relevance | path

Searched refs:ParsePrincipalValueByNID (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/common/net/
Dx509_certificate_model_openssl.cc102 nxou::ParsePrincipalValueByNID(X509_get_issuer_name(cert_handle), in GetIssuerCommonName()
111 nxou::ParsePrincipalValueByNID(X509_get_issuer_name(cert_handle), in GetIssuerOrgName()
120 nxou::ParsePrincipalValueByNID(X509_get_issuer_name(cert_handle), in GetIssuerOrgUnitName()
129 nxou::ParsePrincipalValueByNID(X509_get_subject_name(cert_handle), in GetSubjectOrgName()
138 nxou::ParsePrincipalValueByNID(X509_get_subject_name(cert_handle), in GetSubjectOrgUnitName()
146 nxou::ParsePrincipalValueByNID(X509_get_subject_name(cert_handle), in GetSubjectCommonName()
/external/chromium/net/base/
Dx509_openssl_util.h32 bool ParsePrincipalValueByNID(X509_NAME* name, int nid, std::string* value);
Dx509_certificate_openssl.cc87 nxou::ParsePrincipalValueByNID(x509_name, NID_commonName, in ParsePrincipal()
89 nxou::ParsePrincipalValueByNID(x509_name, NID_localityName, in ParsePrincipal()
91 nxou::ParsePrincipalValueByNID(x509_name, NID_stateOrProvinceName, in ParsePrincipal()
93 nxou::ParsePrincipalValueByNID(x509_name, NID_countryName, in ParsePrincipal()
Dx509_openssl_util.cc50 bool ParsePrincipalValueByNID(X509_NAME* name, int nid, std::string* value) { in ParsePrincipalValueByNID() function