Searched defs:LdtAdvTestComponents (Results 1 – 1 of 1) sorted by relevance
253 struct LdtAdvTestComponents<C: CryptoProvider> { struct254 all_plaintext: Vec<u8>,255 identity_token: V0IdentityToken,257 remaining_plaintext: Vec<u8>,258 ciphertext: Vec<u8>,259 padder: XorPadder<{ BLOCK_SIZE }>,260 hmac: [u8; 32],261 ldt_enc: NpLdtEncryptCipher<C>,262 hkdf: NpKeySeedHkdf<C>,