Searched defs:seal_data_in (Results 1 – 1 of 1) sorted by relevance
72 struct seal_data_in { in chacha20_poly1305_seal() struct73 key: [u32; chacha::KEY_LEN / 4], in chacha20_poly1305_seal()74 counter: u32, in chacha20_poly1305_seal()75 nonce: [u8; super::NONCE_LEN], in chacha20_poly1305_seal()76 extra_ciphertext: *const u8, in chacha20_poly1305_seal()77 extra_ciphertext_len: usize, in chacha20_poly1305_seal()