Searched defs:apply_keystream (Results 1 – 10 of 10) sorted by relevance
| /external/rust/beto-rust/nearby/crypto/crypto_provider_boringssl/src/aes/ |
| D | ctr.rs | 32 fn apply_keystream(&mut self, data: &mut [u8]) { in apply_keystream() method 52 fn apply_keystream(&mut self, data: &mut [u8]) { in apply_keystream() method
|
| /external/rust/beto-rust/nearby/crypto/crypto_provider_rustcrypto/src/aes_cp/ |
| D | ctr.rs | 36 fn apply_keystream(&mut self, data: &mut [u8]) { in apply_keystream() method 58 fn apply_keystream(&mut self, data: &mut [u8]) { in apply_keystream() method
|
| /external/cronet/tot/third_party/boringssl/src/rust/bssl-crypto/src/cipher/ |
| D | aes_ctr.rs | 33 fn apply_keystream(&mut self, buffer: &mut [u8]) -> Result<(), CipherError> { in apply_keystream() method 51 fn apply_keystream(&mut self, buffer: &mut [u8]) -> Result<(), CipherError> { in apply_keystream() method
|
| D | mod.rs | 47 fn apply_keystream(&mut self, buffer: &mut [u8]) -> Result<(), CipherError>; in apply_keystream() method
|
| /external/cronet/stable/third_party/boringssl/src/rust/bssl-crypto/src/cipher/ |
| D | aes_ctr.rs | 33 fn apply_keystream(&mut self, buffer: &mut [u8]) -> Result<(), CipherError> { in apply_keystream() method 51 fn apply_keystream(&mut self, buffer: &mut [u8]) -> Result<(), CipherError> { in apply_keystream() method
|
| D | mod.rs | 47 fn apply_keystream(&mut self, buffer: &mut [u8]) -> Result<(), CipherError>; in apply_keystream() method
|
| /external/boringssl/src/rust/bssl-crypto/src/cipher/ |
| D | aes_ctr.rs | 33 fn apply_keystream(&mut self, buffer: &mut [u8]) -> Result<(), CipherError> { in apply_keystream() method 51 fn apply_keystream(&mut self, buffer: &mut [u8]) -> Result<(), CipherError> { in apply_keystream() method
|
| D | mod.rs | 47 fn apply_keystream(&mut self, buffer: &mut [u8]) -> Result<(), CipherError>; in apply_keystream() method
|
| /external/rust/beto-rust/nearby/crypto/crypto_provider/src/aes/ |
| D | ctr.rs | 40 fn apply_keystream(&mut self, data: &mut [u8]); in apply_keystream() method
|
| /external/rust/beto-rust/nearby/crypto/crypto_provider_stubs/src/ |
| D | lib.rs | 353 fn apply_keystream(&mut self, data: &mut [u8]) { in apply_keystream() method 430 fn apply_keystream(&mut self, data: &mut [u8]) { in apply_keystream() method
|