Searched defs:open_data_in (Results 1 – 1 of 1) sorted by relevance
155 struct open_data_in { in chacha20_poly1305_open() struct156 key: [u32; chacha::KEY_LEN / 4], in chacha20_poly1305_open()157 counter: u32, in chacha20_poly1305_open()158 nonce: [u8; super::NONCE_LEN], in chacha20_poly1305_open()