Home
last modified time | relevance | path

Searched defs:trust_bundle (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/
Dsecuretransport.py399 def _custom_validate(self, verify, trust_bundle): argument
434 def _evaluate_trust(self, trust_bundle): argument
478 trust_bundle, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/
Dsecuretransport.py399 def _custom_validate(self, verify, trust_bundle): argument
434 def _evaluate_trust(self, trust_bundle): argument
478 trust_bundle, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/
Dsecuretransport.py399 def _custom_validate(self, verify, trust_bundle): argument
434 def _evaluate_trust(self, trust_bundle): argument
478 trust_bundle, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/
Dsecuretransport.py399 def _custom_validate(self, verify, trust_bundle): argument
434 def _evaluate_trust(self, trust_bundle): argument
478 trust_bundle, argument
/aosp_15_r20/external/grpc-grpc/test/core/tsi/
H A Dssl_transport_security_test.cc524 std::string trust_bundle; in GenerateTrustBundle() local
674 const std::string& trust_bundle) { in ssl_tsi_test_do_handshake_with_large_server_handshake_messages()
1257 std::string trust_bundle = GenerateTrustBundle(); in TEST() local