Searched refs:TAG_LEN (Results 1 – 1 of 1) sorted by relevance
124 EvpAead<KEY_LEN, NONCE_LEN, TAG_LEN>138 let max_output = plaintext.len() + TAG_LEN;174 ) -> [u8; TAG_LEN] { argument200 assert_eq!(out_tag_len, TAG_LEN);206 if ciphertext.len() < TAG_LEN {209 let max_output = ciphertext.len() - TAG_LEN;244 tag: &[u8; TAG_LEN], argument272 for EvpAead<KEY_LEN, NONCE_LEN, TAG_LEN>288 const TAG_LEN: usize, in check_aead_invariants() consts289 A: Aead<Nonce = [u8; NONCE_LEN], Tag = [u8; TAG_LEN]>, in check_aead_invariants()[all …]
Completed in 11 milliseconds