/build/tools/releasetools/ |
common.py | 68 # Values for "certificate" in apkcerts that mean special things. 618 m = re.match(r'^name="(.*)"\s+certificate="(.*)"\s+' [all...] |
check_target_files_signatures | 37 Dump the certificate information for both packages in comparison
|
check_target_files_signatures.py | 37 Dump the certificate information for both packages in comparison
|
/external/openssh/ |
sshd.c | [all...] |
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/ |
WapPushTest.java | 333 "application/vnd.wap.wtls-ca-certificate", 334 "application/vnd.wap.wtls-user-certificate", 365 "application/vnd.wap.hashed-certificate", 366 "application/vnd.wap.signed-certificate", 372 "application/vnd.wap.rollover-certificate", [all...] |
/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
SSLSocketTest.java | 37 import java.security.cert.Certificate; 346 Certificate[] localCertificates = server.getSession().getLocalCertificates(); 361 Certificate[] peerCertificates = client.getSession().getPeerCertificates(); 524 Certificate[] localCertificates = event.getLocalCertificates(); 525 Certificate[] peerCertificates = event.getPeerCertificates(); [all...] |
/libcore/luni/src/test/java/libcore/javax/crypto/ |
CipherTest.java | 37 import java.security.cert.Certificate; 1593 Certificate certificate = certificateWithKeyUsage(keyUsage); local [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
PKIXParametersTest.java | 246 * should be processed if it is included in a certificate 421 * the constraints on the target certificate (or <code>null</code>) 469 * Assertion: sets the required constraints on the target certificate. [all...] |
/external/jetty/src/java/org/eclipse/jetty/server/ssl/ |
SslSocketConnector.java | 135 * certificate in the chain is the one set by the client, the next is the one used to 455 * @param needClientAuth true iff we require client certificate authentication. 589 * @param wantClientAuth true if we want client certificate authentication.
|
/external/wpa_supplicant_8/wpa_supplicant/ |
eapol_test.c | 428 fprintf(f, "%s\n-----BEGIN CERTIFICATE-----\n%s" 429 "-----END CERTIFICATE-----\n\n", subject, encoded); 1189 " -o<server cert file> = Write received server certificate\n" [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
BuildHelper.java | 361 info != null ? info.key : null, info != null ? info.certificate : null, resMarker); 387 PrivateKey key, X509Certificate certificate, ResourceMarker resMarker) 393 key, certificate, [all...] |
/build/core/ |
product_config.mk | 322 only 1 certificate is allowed.)
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
PackageManagerTest.java | 322 * able to call this method because it is not signed with the platform certificate.
|
/development/samples/ApiDemos/src/com/example/android/apis/security/ |
KeyStoreUsage.java | 427 * KeyStore. This uses the X.509 certificate attached to our
|
/docs/source.android.com/src/devices/tech/security/overview/ |
kernel-security.jd | 119 keys and certificate chains. </p>
|
/external/boringssl/src/crypto/x509/ |
pkcs7_test.c | 26 /* kPKCS7NSS contains the certificate chain of mail.google.com, as saved by NSS 273 /* kPKCS7Windows is the Equifax root certificate, as exported by Windows 7. */ 416 /* kPEMCert is the result of exporting the mail.google.com certificate from [all...] |
t_x509.c | 119 if (BIO_write(bp,"Certificate:\n",13) <= 0) goto err;
|
x509_cmp.c | 403 /* If no EE certificate passed in must be first in chain */
|
x_crl.c | 146 /* Set CRL entry issuer according to CRL certificate issuer extension.
|
/external/boringssl/src/crypto/x509v3/ |
v3_alt.c | 343 /* Copy any email addresses in a certificate or request to
|
v3_cpols.c | 73 /* Certificate policies extension support: this one is a bit complex... */
|
v3_crld.c | 199 {6, "Certificate Hold", "certificateHold"},
|
v3_ncons.c | 230 /* Check a certificate conforms to a specified set of constraints.
|
/external/boringssl/src/ssl/test/runner/ |
dtls.go | 419 // at least one certificate.
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/ |
httpserver.py | 421 cert.get_subject().O = 'Dummy Certificate' [all...] |