/external/wpa_supplicant_8/hs20/server/ca/ |
openssl-root.cnf | 48 countryName = match 56 countryName = optional 78 countryName = Country Name (2 letter code)
|
openssl.cnf | 51 countryName = supplied 59 countryName = match 67 countryName = optional 89 countryName = Country Name (2 letter code)
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
X509ObjectIdentifiers.java | 10 /** Subject RDN components: countryName = 2.5.4.6 */ 11 static final ASN1ObjectIdentifier countryName = new ASN1ObjectIdentifier("2.5.4.6");
|
/cts/tests/tests/location/src/android/location/cts/ |
AddressTest.java | 76 String countryName = "China"; 77 address.setCountryName(countryName); 78 assertEquals(countryName, address.getCountryName()); 210 "countryName=null,hasLatitude=false,latitude=0.0,hasLongitude=false," +
|
/libcore/support/src/test/java/tests/resources/x509/ |
default.cnf | 119 countryName = match 127 countryName = optional 146 countryName = Country Name (2 letter code)
|
/frameworks/base/location/java/android/location/ |
Address.java | 283 public void setCountryName(String countryName) { 284 mCountryName = countryName; 455 sb.append(",countryName=");
|
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/ |
DialpadView.java | 227 public void setCallRateInformation(String countryName, String displayRate) { 228 if (TextUtils.isEmpty(countryName) && TextUtils.isEmpty(displayRate)) { 233 mIldCountry.setText(countryName);
|
/external/boringssl/src/crypto/obj/ |
obj_mac.num | 15 countryName 14
|
objects.txt | 670 X509 6 : C : countryName [all...] |
obj_dat.h | [all...] |
/packages/apps/Dialer/src/com/android/dialer/dialpad/ |
DialpadFragment.java | 563 public void setCallRateInformation(String countryName, String displayRate) { 564 mDialpadView.setCallRateInformation(countryName, displayRate); [all...] |
/external/libvncserver/x11vnc/ |
ssltools.h | 120 "countryName = match\n" 128 "countryName = optional\n" 149 "countryName = Country Name (2 letter code)\n" 215 "countryName = Country Name (2 letter code)\n" [all...] |
sslhelper.c | 256 "countryName=%s\n" 325 C = get_input("CountryName", &C); [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
decimfmt.h | 98 * UnicodeString countryName; 106 * if (locales[i].getCountry(countryName).size() == 0) { [all...] |
/external/wpa_supplicant_8/src/tls/ |
x509v3.c | 387 /* countryName */ [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_ssl.py | 110 ((('countryName', 'XY'),), [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_ssl.py | 110 ((('countryName', 'XY'),), [all...] |
/external/boringssl/src/include/openssl/ |
obj_mac.h | [all...] |
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ |
ssvnc.tcl | [all...] |