Home
last modified time | relevance | path

Searched defs:mCertVerifier (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/native/libs/binder/include_tls/binder/
H A DRpcTransportTls.h42 std::shared_ptr<RpcCertificateVerifier> mCertVerifier; variable
/aosp_15_r20/frameworks/native/libs/binder/
H A DRpcTransportTls.cpp464 std::shared_ptr<RpcCertificateVerifier> mCertVerifier; member in android::RpcTransportCtxTls
/aosp_15_r20/frameworks/native/libs/binder/tests/
H A DbinderRpcTest.cpp2197 std::shared_ptr<RpcCertificateVerifierSimple> mCertVerifier = member in android::RpcTransportTestUtils::Server
2278 std::shared_ptr<RpcCertificateVerifierSimple> mCertVerifier = member in android::RpcTransportTestUtils::Client