Searched defs:Blob (Results 1 – 3 of 3) sorted by relevance
26 Blob::Blob() {} in Blob() function in nvram::Blob34 Blob::Blob(Blob&& other) : Blob() { in Blob() function in nvram::Blob
50 class Blob; variable
137 pub struct Blob { struct139 value: BlobValue, argument171 impl Blob { impl306 fn new_from_stream(stream: &mut dyn Read) -> Result<Blob> { in new_from_stream()611 fn read_km_blob_file(&self, uid: u32, alias: &str) -> Result<Option<(Blob, String)>> { in read_km_blob_file()630 fn read_generic_blob(path: &Path) -> Result<Option<Blob>> { in read_generic_blob()1008 ) -> Result<(Option<(Blob, Vec<KeyParameter>)>, Option<Vec<u8>>, Option<Vec<u8>>)> { in load_by_uid_alias()