Searched refs:KeyingMaterialExporterError (Results 1 – 4 of 4) sorted by relevance
31 ) -> std::result::Result<Vec<u8>, KeyingMaterialExporterError>; in export_keying_material() argument41 pub enum KeyingMaterialExporterError { enum56 impl From<io::Error> for KeyingMaterialExporterError { implementation58 KeyingMaterialExporterError::Io(error::IoError(e)) in from()
7 use util::KeyingMaterialExporterError;167 KeyingMaterial(#[from] KeyingMaterialExporterError),
17 use util::KeyingMaterialExporterError;263 ) -> std::result::Result<Vec<u8>, KeyingMaterialExporterError> { in export_keying_material() argument264 use KeyingMaterialExporterError::*; in export_keying_material()
83 KeyingMaterial(#[from] util::KeyingMaterialExporterError),