func_bytes         36 arch/x86/crypto/glue_helper.c 		unsigned int func_bytes;
func_bytes         42 arch/x86/crypto/glue_helper.c 			func_bytes = bsize * gctx->funcs[i].num_blocks;
func_bytes         44 arch/x86/crypto/glue_helper.c 			if (nbytes < func_bytes)
func_bytes         50 arch/x86/crypto/glue_helper.c 				src += func_bytes;
func_bytes         51 arch/x86/crypto/glue_helper.c 				dst += func_bytes;
func_bytes         52 arch/x86/crypto/glue_helper.c 				nbytes -= func_bytes;
func_bytes         53 arch/x86/crypto/glue_helper.c 			} while (nbytes >= func_bytes);
func_bytes        113 arch/x86/crypto/glue_helper.c 		unsigned int func_bytes, num_blocks;
func_bytes        127 arch/x86/crypto/glue_helper.c 			func_bytes = bsize * num_blocks;
func_bytes        129 arch/x86/crypto/glue_helper.c 			if (nbytes < func_bytes)
func_bytes        139 arch/x86/crypto/glue_helper.c 				nbytes -= func_bytes;
func_bytes        145 arch/x86/crypto/glue_helper.c 			} while (nbytes >= func_bytes);
func_bytes        173 arch/x86/crypto/glue_helper.c 		unsigned int func_bytes, num_blocks;
func_bytes        184 arch/x86/crypto/glue_helper.c 			func_bytes = bsize * num_blocks;
func_bytes        186 arch/x86/crypto/glue_helper.c 			if (nbytes < func_bytes)
func_bytes        194 arch/x86/crypto/glue_helper.c 				nbytes -= func_bytes;
func_bytes        195 arch/x86/crypto/glue_helper.c 			} while (nbytes >= func_bytes);
func_bytes        233 arch/x86/crypto/glue_helper.c 	unsigned int num_blocks, func_bytes;
func_bytes        239 arch/x86/crypto/glue_helper.c 		func_bytes = bsize * num_blocks;
func_bytes        241 arch/x86/crypto/glue_helper.c 		if (nbytes >= func_bytes) {
func_bytes        248 arch/x86/crypto/glue_helper.c 				nbytes -= func_bytes;
func_bytes        249 arch/x86/crypto/glue_helper.c 			} while (nbytes >= func_bytes);