Searched defs:seal_data_in (Results 1 – 1 of 1) sorted by relevance
69 struct seal_data_in { in chacha20_poly1305_seal() struct70 key: [u8; chacha::KEY_LEN], in chacha20_poly1305_seal()71 counter: u32, in chacha20_poly1305_seal()72 nonce: [u8; super::NONCE_LEN], in chacha20_poly1305_seal()73 extra_ciphertext: *const u8, in chacha20_poly1305_seal()74 extra_ciphertext_len: usize, in chacha20_poly1305_seal()95 data: &mut InOut<seal_data_in>, in chacha20_poly1305_seal()