Home
last modified time | relevance | path

Searched defs:verified_chain (Results 1 – 9 of 9) sorted by relevance

/external/cronet/stable/net/cert/
Dcert_verify_proc_android.cc129 std::vector<std::string>* verified_chain) { in AttemptVerificationAfterAIAFetch()
169 std::vector<std::string>* verified_chain) { in TryVerifyWithAIAFetching()
252 std::vector<std::string> verified_chain; in VerifyFromAndroidTrustManager() local
Dcert_verify_proc_ios.cc173 ScopedCFTypeRef<CFArrayRef>* verified_chain, in BuildAndEvaluateSecTrustRef()
238 std::vector<base::apple::ScopedCFTypeRef<SecCertificateRef>> verified_chain; in GetCertChainInfo() local
/external/cronet/tot/net/cert/
Dcert_verify_proc_android.cc129 std::vector<std::string>* verified_chain) { in AttemptVerificationAfterAIAFetch()
169 std::vector<std::string>* verified_chain) { in TryVerifyWithAIAFetching()
252 std::vector<std::string> verified_chain; in VerifyFromAndroidTrustManager() local
Dcert_verify_proc_ios.cc173 ScopedCFTypeRef<CFArrayRef>* verified_chain, in BuildAndEvaluateSecTrustRef()
238 std::vector<base::apple::ScopedCFTypeRef<SecCertificateRef>> verified_chain; in GetCertChainInfo() local
/external/cronet/tot/net/android/
Dcert_verify_result_android.cc23 std::vector<std::string>* verified_chain) { in ExtractCertVerifyResult()
Dnetwork_library.cc55 std::vector<std::string>* verified_chain) { in VerifyX509CertChain()
/external/cronet/stable/net/android/
Dcert_verify_result_android.cc23 std::vector<std::string>* verified_chain) { in ExtractCertVerifyResult()
Dnetwork_library.cc55 std::vector<std::string>* verified_chain) { in VerifyX509CertChain()
/external/rust/crates/openssl/src/ssl/
Dmod.rs2585 pub fn verified_chain(&self) -> Option<&StackRef<X509>> { in verified_chain() method