OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cert
(Results
801 - 825
of
1411
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_ssl.py
204
self.fail("Peer
cert
%s shouldn't be here!")
217
# this should succeed because we specify the root
cert
385
cert
= self.sslconn.getpeercert()
387
sys.stdout.write(" client
cert
is " + pprint.pformat(
cert
) + "\n")
390
sys.stdout.write("
cert
binary is " + str(len(cert_binary)) + " bytes\n")
756
raise AssertionError("Use of invalid
cert
should have failed!")
[
all
...]
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/serialization/
SerializationTest.java
336
java.security.
cert
.Certificate[] certs = up1.getUnresolvedCerts();
365
java.security.
cert
.Certificate[] certs = initPerm
/external/conscrypt/platform/src/main/java/org/conscrypt/
Platform.java
38
import java.security.
cert
.CertificateException;
39
import java.security.
cert
.X509Certificate;
/external/openssh/
auth-options.c
107
cp = "
cert
-authority";
592
if (parse_option_list(k->
cert
->critical, pw,
597
if (parse_option_list(k->
cert
->extensions, pw,
/external/webrtc/webrtc/p2p/base/
dtlstransportchannel.cc
247
rtc::SSLCertificate**
cert
) const {
252
return dtls_->GetPeerCertificate(
cert
);
/external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new.h
228
const struct wpabuf *
cert
);
519
const struct wpabuf *
cert
)
/frameworks/base/core/java/android/util/jar/
StrictJarVerifier.java
27
import java.security.
cert
.Certificate;
28
import java.security.
cert
.X509Certificate;
333
throw new GeneralSecurityException("IO exception verifying jar
cert
", e);
506
* Returns all of the {@link java.security.
cert
.Certificate} chains that
512
* @return an array of {@link java.security.
cert
.Certificate} chains.
/frameworks/base/wifi/tests/src/android/net/wifi/
FakeKeys.java
25
import java.security.
cert
.CertificateFactory;
26
import java.security.
cert
.X509Certificate;
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
FakeKeys.java
9
import java.security.
cert
.CertificateFactory;
10
import java.security.
cert
.X509Certificate;
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
SignatureTest.java
40
import java.security.
cert
.Certificate;
553
private class MyCertificate extends java.security.
cert
.Certificate {
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_ssl.py
216
self.fail("Peer
cert
%s shouldn't be here!")
229
# this should succeed because we specify the root
cert
426
cert
= self.sslconn.getpeercert()
428
sys.stdout.write(" client
cert
is " + pprint.pformat(
cert
) + "\n")
431
sys.stdout.write("
cert
binary is " + str(len(cert_binary)) + " bytes\n")
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_ssl.py
216
self.fail("Peer
cert
%s shouldn't be here!")
229
# this should succeed because we specify the root
cert
426
cert
= self.sslconn.getpeercert()
428
sys.stdout.write(" client
cert
is " + pprint.pformat(
cert
) + "\n")
431
sys.stdout.write("
cert
binary is " + str(len(cert_binary)) + " bytes\n")
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ssl.py
216
self.fail("Peer
cert
%s shouldn't be here!")
229
# this should succeed because we specify the root
cert
426
cert
= self.sslconn.getpeercert()
428
sys.stdout.write(" client
cert
is " + pprint.pformat(
cert
) + "\n")
431
sys.stdout.write("
cert
binary is " + str(len(cert_binary)) + " bytes\n")
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ssl.py
216
self.fail("Peer
cert
%s shouldn't be here!")
229
# this should succeed because we specify the root
cert
426
cert
= self.sslconn.getpeercert()
428
sys.stdout.write(" client
cert
is " + pprint.pformat(
cert
) + "\n")
431
sys.stdout.write("
cert
binary is " + str(len(cert_binary)) + " bytes\n")
[
all
...]
/external/boringssl/src/ssl/test/runner/
handshake_client.go
789
for i,
cert
:= range certMsg.certificates {
790
if c.config.Bugs.NoOCSPStapling &&
cert
.ocspResponse != nil {
794
if c.config.Bugs.NoSignedCertificateTimestamps &&
cert
.sctList != nil {
798
if i > 0 && c.config.Bugs.ExpectNoExtensionsOnIntermediate && (
cert
.ocspResponse != nil ||
cert
.sctList != nil) {
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
FingerprintBoundKeysTest.java
52
import java.security.
cert
.CertificateException;
/cts/tests/tests/keystore/src/android/keystore/cts/
AttestationApplicationId.java
21
import java.security.
cert
.CertificateParsingException;
KeyAttestationTest.java
74
import java.security.
cert
.Certificate;
75
import java.security.
cert
.CertificateException;
76
import java.security.
cert
.CertificateParsingException;
77
import java.security.
cert
.X509Certificate;
[
all
...]
/developers/build/prebuilts/gradle/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/
MainActivity.java
46
import java.security.
cert
.CertificateException;
/developers/samples/android/security/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/
MainActivity.java
46
import java.security.
cert
.CertificateException;
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/
MainActivity.java
46
import java.security.
cert
.CertificateException;
/external/apache-http/android/src/android/net/http/
HttpsConnection.java
45
import java.security.
cert
.X509Certificate;
/external/bouncycastle/
Android.mk
19
all_bc_ocsp_files := $(call all-java-files-under,bcpkix/src/main/java/org/bouncycastle/
cert
/ocsp) \
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
CertUtils.java
1
package org.bouncycastle.
cert
;
X509AttributeCertificateHolder.java
1
package org.bouncycastle.
cert
;
Completed in 3531 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>