Searched refs:ParsePrincipalValueByNID (Results 1 – 4 of 4) sorted by relevance
/external/chromium/chrome/common/net/ |
D | x509_certificate_model_openssl.cc | 102 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/ |
D | x509_openssl_util.h | 32 bool ParsePrincipalValueByNID(X509_NAME* name, int nid, std::string* value);
|
D | x509_certificate_openssl.cc | 87 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()
|
D | x509_openssl_util.cc | 50 bool ParsePrincipalValueByNID(X509_NAME* name, int nid, std::string* value) { in ParsePrincipalValueByNID() function
|