Home
last modified time | relevance | path

Searched refs:KeyingMaterialExporterError (Results 1 – 4 of 4) sorted by relevance

/webrtc/util/src/
H A Dlib.rs31 ) -> std::result::Result<Vec<u8>, KeyingMaterialExporterError>; in export_keying_material() argument
41 pub enum KeyingMaterialExporterError { enum
56 impl From<io::Error> for KeyingMaterialExporterError { implementation
58 KeyingMaterialExporterError::Io(error::IoError(e)) in from()
/webrtc/dtls/src/
H A Derror.rs7 use util::KeyingMaterialExporterError;
167 KeyingMaterial(#[from] KeyingMaterialExporterError),
H A Dstate.rs17 use util::KeyingMaterialExporterError;
263 ) -> std::result::Result<Vec<u8>, KeyingMaterialExporterError> { in export_keying_material() argument
264 use KeyingMaterialExporterError::*; in export_keying_material()
/webrtc/srtp/src/
H A Derror.rs83 KeyingMaterial(#[from] util::KeyingMaterialExporterError),