Searched refs:aes_blocks (Results 1 – 2 of 2) sorted by relevance
19 unsigned int aes_blocks, key_len = info->cipher->key_len; in image_aes_decrypt() local34 aes_blocks = DIV_ROUND_UP(cipher_len, AES_BLOCK_LENGTH); in image_aes_decrypt()37 (u8 *)cipher, *data, aes_blocks); in image_aes_decrypt()
43 u32 aes_blocks, key_len; in do_aes() local73 aes_blocks = DIV_ROUND_UP(len, AES_BLOCK_LENGTH); in do_aes()77 dst_ptr, aes_blocks); in do_aes()80 dst_ptr, aes_blocks); in do_aes()
Completed in 3 milliseconds