Home
last modified time | relevance | path

Searched defs:AES_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux/lib/crypto/powerpc/
H A Daes.h62 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()
/linux/drivers/staging/rtl8723bs/include/
H A Drtw_security.h25 #define AES_BLOCK_SIZE 16 macro