Home
last modified time | relevance | path

Searched refs:VerifyPeerCertificateFn (Results 1 – 2 of 2) sorted by relevance

/webrtc/dtls/src/
H A Dconfig.rs5 use crate::handshaker::VerifyPeerCertificateFn;
75 pub verify_peer_certificate: Option<VerifyPeerCertificateFn>,
H A Dhandshaker.rs73 pub(crate) type VerifyPeerCertificateFn = typedef
89 pub(crate) verify_peer_certificate: Option<VerifyPeerCertificateFn>,