Searched defs:AES_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
62 u8 out[AES_BLOCK_SIZE], in aes_encrypt_arch()63 const u8 in[AES_BLOCK_SIZE]) in aes_encrypt_arch()71 u8 out[AES_BLOCK_SIZE], in aes_decrypt_arch()72 const u8 in[AES_BLOCK_SIZE]) in aes_decrypt_arch()167 u8 out[AES_BLOCK_SIZE], in aes_encrypt_arch()168 const u8 in[AES_BLOCK_SIZE]) in aes_encrypt_arch()196 static void aes_decrypt_arch(const struct aes_key *key, u8 out[AES_BLOCK_SIZE], in aes_decrypt_arch()197 const u8 in[AES_BLOCK_SIZE]) in aes_decrypt_arch()
25 #define AES_BLOCK_SIZE 16 macro