Lines Matching refs:apply_keystream
32 fn apply_keystream(&mut self, buffer: &mut [u8]) -> Result<(), CipherError> { in apply_keystream() method
50 fn apply_keystream(&mut self, buffer: &mut [u8]) -> Result<(), CipherError> { in apply_keystream() method
71 .apply_keystream(&mut block) in aes_128_ctr_test_encrypt()
79 .apply_keystream(&mut block) in aes_128_ctr_test_encrypt()
86 .apply_keystream(&mut block) in aes_128_ctr_test_encrypt()
93 .apply_keystream(&mut block) in aes_128_ctr_test_encrypt()
109 .apply_keystream(&mut block) in aes_128_ctr_test_decrypt()
116 .apply_keystream(&mut block) in aes_128_ctr_test_decrypt()
123 .apply_keystream(&mut block) in aes_128_ctr_test_decrypt()
130 .apply_keystream(&mut block) in aes_128_ctr_test_decrypt()
146 .apply_keystream(&mut block) in aes_256_ctr_test_encrypt()
153 .apply_keystream(&mut block) in aes_256_ctr_test_encrypt()
160 .apply_keystream(&mut block) in aes_256_ctr_test_encrypt()
167 .apply_keystream(&mut block) in aes_256_ctr_test_encrypt()
183 .apply_keystream(&mut block) in aes_256_ctr_test_decrypt()
190 .apply_keystream(&mut block) in aes_256_ctr_test_decrypt()
197 .apply_keystream(&mut block) in aes_256_ctr_test_decrypt()
204 .apply_keystream(&mut block) in aes_256_ctr_test_decrypt()