| H A D | aes-neonbs-glue.c | 31 int rounds, int blocks); 33 int rounds, int blocks); 36 int rounds, int blocks, u8 iv[]); 39 int rounds, int blocks, u8 iv[]); 42 int rounds, int blocks, u8 iv[]); 44 int rounds, int blocks, u8 iv[]); 88 int rounds, int blocks)) in aesbs_setkey() 98 unsigned int blocks = walk.nbytes / AES_BLOCK_SIZE; 101 blocks = round_down(blocks, in __ecb_crypt() argument 111 unsigned int blocks = walk.nbytes / AES_BLOCK_SIZE; __ecb_crypt() local 173 unsigned int blocks = walk.nbytes / AES_BLOCK_SIZE; cbc_encrypt() local 196 unsigned int blocks = walk.nbytes / AES_BLOCK_SIZE; cbc_decrypt() local 223 int blocks = (walk.nbytes / AES_BLOCK_SIZE) & ~7; ctr_encrypt() local 286 __xts_crypt(struct skcipher_request * req,bool encrypt,void (* fn)(u8 out[],u8 const in[],u8 const rk[],int rounds,int blocks,u8 iv[])) __xts_crypt() argument 326 int blocks = (walk.nbytes / AES_BLOCK_SIZE) & ~7; __xts_crypt() local [all...] |