Lines Matching refs:AES_BLOCK_SIZE
195 nbytes - MAX_BYTES : nbytes & (AES_BLOCK_SIZE - 1); in ppc_ecb_encrypt()
223 nbytes - MAX_BYTES : nbytes & (AES_BLOCK_SIZE - 1); in ppc_ecb_decrypt()
251 nbytes - MAX_BYTES : nbytes & (AES_BLOCK_SIZE - 1); in ppc_cbc_encrypt()
279 nbytes - MAX_BYTES : nbytes & (AES_BLOCK_SIZE - 1); in ppc_cbc_decrypt()
303 err = blkcipher_walk_virt_block(desc, &walk, AES_BLOCK_SIZE); in ppc_ctr_crypt()
308 nbytes : pbytes & ~(AES_BLOCK_SIZE - 1); in ppc_ctr_crypt()
339 nbytes - MAX_BYTES : nbytes & (AES_BLOCK_SIZE - 1); in ppc_xts_encrypt()
370 nbytes - MAX_BYTES : nbytes & (AES_BLOCK_SIZE - 1); in ppc_xts_decrypt()
398 .cra_blocksize = AES_BLOCK_SIZE,
416 .cra_blocksize = AES_BLOCK_SIZE,
425 .ivsize = AES_BLOCK_SIZE,
436 .cra_blocksize = AES_BLOCK_SIZE,
445 .ivsize = AES_BLOCK_SIZE,
465 .ivsize = AES_BLOCK_SIZE,
476 .cra_blocksize = AES_BLOCK_SIZE,
485 .ivsize = AES_BLOCK_SIZE,