Searched defs:HashInfo (Results 1 – 2 of 2) sorted by relevance
29 struct HashInfo { struct30 tlv_type: u16,31 tlv_len: u32,32 algorithm: u16,33 algo_size: u16,34 component_count: u16,35 block_size: u3291 impl TLVStruct for HashInfo { implementation
50 } HashInfo; typedef