Searched refs:SSL (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/libs/binder/ |
D | RpcTransportTls.cpp | 105 [[maybe_unused]] void sslDebugLog(const SSL* ssl, int type, int value) { in sslDebugLog() 246 using RawCaller = FuncCaller<Fn, SSL*, Args...>; 251 static inline ResultAndErrorQueue call(Fn fn, SSL* ssl, Args&&... args) { in call() 253 auto result = RawCaller::call(fn, std::forward<SSL*>(ssl), std::forward<Args>(args)...); in call() 267 explicit Ssl(bssl::UniquePtr<SSL> ssl) : mSsl(std::move(ssl)) { in Ssl() 282 bssl::UniquePtr<SSL> mSsl; 461 static ssl_verify_result_t sslCustomVerify(SSL* ssl, uint8_t* outAlert); 474 ssl_verify_result_t RpcTransportCtxTls::sslCustomVerify(SSL* ssl, uint8_t* outAlert) { in sslCustomVerify() 529 bssl::UniquePtr<SSL> ssl(SSL_new(mCtx.get())); in newTransport()
|
/frameworks/native/libs/binder/tests/include_tls_test_utils/binder/ |
D | RpcTlsTestUtils.h | 66 status_t verify(const SSL*, uint8_t*) override; 85 status_t verify(const SSL*, uint8_t*) override { return mStatus; } in verify() argument
|
/frameworks/native/libs/binder/include_tls/binder/ |
D | RpcCertificateVerifier.h | 40 virtual status_t verify(const SSL* ssl, uint8_t* outAlert) = 0;
|
/frameworks/base/core/tests/coretests/src/android/net/ |
D | OWNERS | 3 per-file SSL*,Url* = prb@google.com,oth@google.com,narayan@google.com,ngeoffray@google.com
|
/frameworks/base/core/java/android/net/ |
D | OWNERS | 6 per-file SSL*,Uri*,Url* = prb@google.com,oth@google.com,narayan@google.com,ngeoffray@google.com
|
/frameworks/native/libs/binder/tests/ |
D | RpcTlsTestUtils.cpp | 90 status_t RpcCertificateVerifierSimple::verify(const SSL* ssl, uint8_t* outAlert) { in verify()
|
/frameworks/base/core/java/org/apache/http/conn/ssl/ |
D | SSLSocketFactory.java | 150 public static final String SSL = "SSL"; field in SSLSocketFactory
|
/frameworks/base/proto/src/ |
D | system_messages.proto | 152 // Inform the user that a certificate authority is managing SSL
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 4465 // CaptivePortalLoginActivity displays SSL error page
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 55392 field public static final java.lang.String SSL = "SSL";
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 62472 field @Deprecated public static final String SSL = "SSL";
|