ctrblks          1296 arch/x86/crypto/camellia_glue.c 	be128 ctrblks[2];
ctrblks          1303 arch/x86/crypto/camellia_glue.c 	le128_to_be128(&ctrblks[0], iv);
ctrblks          1305 arch/x86/crypto/camellia_glue.c 	le128_to_be128(&ctrblks[1], iv);
ctrblks          1308 arch/x86/crypto/camellia_glue.c 	camellia_enc_blk_xor_2way(ctx, (u8 *)dst, (u8 *)ctrblks);
ctrblks            62 arch/x86/crypto/serpent_sse2_glue.c 	be128 ctrblks[SERPENT_PARALLEL_BLOCKS];
ctrblks            69 arch/x86/crypto/serpent_sse2_glue.c 		le128_to_be128(&ctrblks[i], iv);
ctrblks            73 arch/x86/crypto/serpent_sse2_glue.c 	serpent_enc_blk_xway_xor(ctx, (u8 *)dst, (u8 *)ctrblks);
ctrblks            72 arch/x86/crypto/twofish_glue_3way.c 	be128 ctrblks[3];
ctrblks            80 arch/x86/crypto/twofish_glue_3way.c 	le128_to_be128(&ctrblks[0], iv);
ctrblks            82 arch/x86/crypto/twofish_glue_3way.c 	le128_to_be128(&ctrblks[1], iv);
ctrblks            84 arch/x86/crypto/twofish_glue_3way.c 	le128_to_be128(&ctrblks[2], iv);
ctrblks            87 arch/x86/crypto/twofish_glue_3way.c 	twofish_enc_blk_xor_3way(ctx, (u8 *)dst, (u8 *)ctrblks);