Searched refs:block_bytes (Results 1 – 1 of 1) sorted by relevance
40 uint32_t *iv_ofst, uint32_t block_bytes);128 uint32_t *iv_ofst, uint32_t block_bytes) in aes_sync_cfb_crypt_first_unaligned_data() argument131 while (((*iv_ofst) < block_bytes) && *length) { in aes_sync_cfb_crypt_first_unaligned_data()140 *iv_ofst &= (block_bytes - 1); in aes_sync_cfb_crypt_first_unaligned_data()
Completed in 4 milliseconds