Searched refs:encrypt_in_place (Results 1 – 3 of 3) sorted by relevance
76 .encrypt_in_place(make_counter(sequence_number), len_in_out);79 .encrypt_in_place(counter, data_and_padding_in_out);111 self.key.k_1.encrypt_in_place(counter, &mut packet_length);142 .encrypt_in_place(counter, plaintext_in_ciphertext_out);
31 pub fn encrypt_in_place(&self, counter: Counter, in_out: &mut [u8]) { in encrypt_in_place() method81 self.encrypt_in_place(counter, &mut in_out[..len]); in encrypt_overlapping()
105 chacha20_key.encrypt_in_place(counter, in_out); in aead()