Home
last modified time | relevance | path

Searched refs:apply_keystream (Results 1 – 2 of 2) sorted by relevance

/rust/bssl-crypto/src/cipher/
A Daes_ctr.rs71 .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()
[all …]
A Dmod.rs46 fn apply_keystream(&mut self, buffer: &mut [u8]) -> Result<(), CipherError>; in apply_keystream() method

Completed in 16 milliseconds