Searched defs:AES_BLOCK_SIZE (Results 1 – 4 of 4) sorted by relevance
| /linux/lib/crypto/powerpc/ |
| H A D | aes.h | 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()
|
| /linux/lib/crypto/ |
| H A D | aes.c | 345 u8 out[AES_BLOCK_SIZE], in aes_encrypt_generic() 346 const u8 in[AES_BLOCK_SIZE]) in aes_encrypt_generic() 403 u8 out[AES_BLOCK_SIZE], in aes_decrypt_generic() 404 const u8 in[AES_BLOCK_SIZE]) in aes_decrypt_generic() 461 u8 out[AES_BLOCK_SIZE], in aes_encrypt_arch() 462 const u8 in[AES_BLOCK_SIZE]) in aes_encrypt_arch() 468 u8 out[AES_BLOCK_SIZE], in aes_decrypt_arch() 469 const u8 in[AES_BLOCK_SIZE]) in aes_decrypt_arch() 501 void aes_encrypt(aes_encrypt_arg key, u8 out[AES_BLOCK_SIZE], in aes_encrypt() 502 const u8 in[AES_BLOCK_SIZE]) in aes_encrypt() [all …]
|
| H A D | aescfb.c | 42 int len, const u8 iv[AES_BLOCK_SIZE]) in aescfb_encrypt() argument 71 int len, const u8 iv[AES_BLOCK_SIZE]) in aescfb_decrypt() argument [all...] |
| /linux/drivers/staging/rtl8723bs/include/ |
| H A D | rtw_security.h | 25 #define AES_BLOCK_SIZE 16 macro
|