Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/aead/
Daes.rs81 macro_rules! ctr32_encrypt_blocks { macro
228 ctr32_encrypt_blocks!(aes_hw_ctr32_encrypt_blocks, in_out, src, &self.inner, ctr) in ctr32_encrypt_within()
253 ctr32_encrypt_blocks!( in ctr32_encrypt_within()
266 ctr32_encrypt_blocks!(vpaes_ctr32_encrypt_blocks, in_out, src, &self.inner, ctr) in ctr32_encrypt_within()
278 ctr32_encrypt_blocks!(aes_nohw_ctr32_encrypt_blocks, in_out, src, &self.inner, ctr) in ctr32_encrypt_within()