Home
last modified time | relevance | path

Searched defs:seal_data_in (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/ring/src/aead/
Dchacha20_poly1305.rs69 struct seal_data_in { in chacha20_poly1305_seal() struct
70 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()