Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/aead/
Dchacha20_poly1305.rs72 struct seal_data_in { in chacha20_poly1305_seal() struct
73 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()