Lines Matching refs:AES_BLOCK_SIZE
200 nbytes - MAX_BYTES : nbytes & (AES_BLOCK_SIZE - 1); in ppc_ecb_encrypt()
228 nbytes - MAX_BYTES : nbytes & (AES_BLOCK_SIZE - 1); in ppc_ecb_decrypt()
256 nbytes - MAX_BYTES : nbytes & (AES_BLOCK_SIZE - 1); in ppc_cbc_encrypt()
284 nbytes - MAX_BYTES : nbytes & (AES_BLOCK_SIZE - 1); in ppc_cbc_decrypt()
308 err = blkcipher_walk_virt_block(desc, &walk, AES_BLOCK_SIZE); in ppc_ctr_crypt()
313 nbytes : pbytes & ~(AES_BLOCK_SIZE - 1); in ppc_ctr_crypt()
344 nbytes - MAX_BYTES : nbytes & (AES_BLOCK_SIZE - 1); in ppc_xts_encrypt()
375 nbytes - MAX_BYTES : nbytes & (AES_BLOCK_SIZE - 1); in ppc_xts_decrypt()
403 .cra_blocksize = AES_BLOCK_SIZE,
421 .cra_blocksize = AES_BLOCK_SIZE,
430 .ivsize = AES_BLOCK_SIZE,
441 .cra_blocksize = AES_BLOCK_SIZE,
450 .ivsize = AES_BLOCK_SIZE,
470 .ivsize = AES_BLOCK_SIZE,
481 .cra_blocksize = AES_BLOCK_SIZE,
490 .ivsize = AES_BLOCK_SIZE,