Home
last modified time | relevance | path

Searched defs:peer_cert_chain (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/system/secretkeeper/core/src/
H A Dta.rs257 let peer_cert_chain = self.peer_cert_chain(kid)?; in secret_management() localVariable
272 fn peer_cert_chain(&self, kid: &[u8; SESSION_ID_LEN]) -> Result<Vec<u8>, ApiError> { in peer_cert_chain() method
428 let peer_cert_chain = peer_identity localVariable
476 peer_cert_chain: Vec<u8>, field
/aosp_15_r20/external/webrtc/rtc_base/
H A Dssl_stream_adapter_unittest.cc1123 std::unique_ptr<rtc::SSLCertChain> peer_cert_chain = in TEST_F() local
1135 std::unique_ptr<rtc::SSLCertChain> peer_cert_chain = in TEST_F() local
1147 std::unique_ptr<rtc::SSLCertChain> peer_cert_chain = in TEST_F() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/
Dtls.rs681 pub fn peer_cert_chain(&self) -> Option<Vec<&[u8]>> { in peer_cert_chain() method
Dlib.rs6044 pub fn peer_cert_chain(&self) -> Option<Vec<&[u8]>> { in peer_cert_chain() method
11622 fn peer_cert_chain() { in peer_cert_chain() function
/aosp_15_r20/external/rust/crates/quiche/src/
Dtls.rs681 pub fn peer_cert_chain(&self) -> Option<Vec<&[u8]>> { in peer_cert_chain() method
Dlib.rs6044 pub fn peer_cert_chain(&self) -> Option<Vec<&[u8]>> { in peer_cert_chain() method
11622 fn peer_cert_chain() { in peer_cert_chain() function
/aosp_15_r20/external/rust/crates/openssl/src/ssl/
Dmod.rs2567 pub fn peer_cert_chain(&self) -> Option<&StackRef<X509>> { in peer_cert_chain() method