Lines Matching refs:u8
31 alias: Vec<u8>,
36 V1(Vec<u8>), // Old secret key alias
37 V2(Vec<u8>), // New secret key alias
50 const ALIAS_PREFIX: [u8; 2] = [b'1', b'_'];
52 fn append_attr<T>(tag: &str, value: T, vec: &mut Vec<u8>)
71 ) -> Vec<u8> {
72 let mut alias: Vec<u8> = Vec::with_capacity(MAX_ALIAS_SIZE);
137 alias: Vec<u8>,
194 alias: Vec<u8>,
289 pub(crate) fn alias(&self) -> &Vec<u8> {