Lines Matching refs:AES_BLOCK_SIZE
193 nbytes - MAX_BYTES : nbytes & (AES_BLOCK_SIZE - 1); in ppc_ecb_encrypt()
221 nbytes - MAX_BYTES : nbytes & (AES_BLOCK_SIZE - 1); in ppc_ecb_decrypt()
249 nbytes - MAX_BYTES : nbytes & (AES_BLOCK_SIZE - 1); in ppc_cbc_encrypt()
277 nbytes - MAX_BYTES : nbytes & (AES_BLOCK_SIZE - 1); in ppc_cbc_decrypt()
301 err = blkcipher_walk_virt_block(desc, &walk, AES_BLOCK_SIZE); in ppc_ctr_crypt()
306 nbytes : pbytes & ~(AES_BLOCK_SIZE - 1); in ppc_ctr_crypt()
337 nbytes - MAX_BYTES : nbytes & (AES_BLOCK_SIZE - 1); in ppc_xts_encrypt()
368 nbytes - MAX_BYTES : nbytes & (AES_BLOCK_SIZE - 1); in ppc_xts_decrypt()
396 .cra_blocksize = AES_BLOCK_SIZE,
414 .cra_blocksize = AES_BLOCK_SIZE,
423 .ivsize = AES_BLOCK_SIZE,
434 .cra_blocksize = AES_BLOCK_SIZE,
443 .ivsize = AES_BLOCK_SIZE,
463 .ivsize = AES_BLOCK_SIZE,
474 .cra_blocksize = AES_BLOCK_SIZE,
483 .ivsize = AES_BLOCK_SIZE,