Searched defs:ExtendedV1Salt (Results 1 – 6 of 6) sorted by relevance
27 pub struct ExtendedV1Salt { struct31 impl ExtendedV1Salt { implementation73 impl From<[u8; EXTENDED_SALT_LEN]> for ExtendedV1Salt { implementation79 impl FromCryptoRng for ExtendedV1Salt { implementation
52 salt: &ExtendedV1Salt, in encrypted_mic_extended_salt()63 salt: &ExtendedV1Salt, in encrypted_signature_extended_salt()
124 salt: ExtendedV1Salt, in new()342 impl MicSectionEncoderSalt for ExtendedV1Salt { implementation
77 pub(crate) fn first_section_salt(after_version_header: &[u8]) -> ExtendedV1Salt { in first_section_salt()
113 fn parse_v1_extended_salt(input: &[u8]) -> nom::IResult<&[u8], ExtendedV1Salt> { in parse_v1_extended_salt() argument
33 impl V1Salt for ExtendedV1Salt { implementation