lengths           405 arch/arm64/crypto/ghash-ce-glue.c 	u128 lengths;
lengths           407 arch/arm64/crypto/ghash-ce-glue.c 	lengths.a = cpu_to_be64(req->assoclen * 8);
lengths           408 arch/arm64/crypto/ghash-ce-glue.c 	lengths.b = cpu_to_be64(cryptlen * 8);
lengths           410 arch/arm64/crypto/ghash-ce-glue.c 	ghash_do_update(1, dg, (void *)&lengths, &ctx->ghash_key, NULL,
lengths           234 crypto/gcm.c   	be128 lengths;
lengths           236 crypto/gcm.c   	lengths.a = cpu_to_be64(req->assoclen * 8);
lengths           237 crypto/gcm.c   	lengths.b = cpu_to_be64(gctx->cryptlen * 8);
lengths           238 crypto/gcm.c   	memcpy(pctx->iauth_tag, &lengths, 16);
lengths           242 crypto/gcm.c   				pctx->iauth_tag, sizeof(lengths));
lengths            73 fs/orangefs/downcall.h 	__s32 lengths[ORANGEFS_MAX_XATTR_LISTLEN];
lengths           468 fs/orangefs/xattr.c 		if (new_op->downcall.resp.listxattr.lengths[i] < 0 ||
lengths           469 fs/orangefs/xattr.c 		    new_op->downcall.resp.listxattr.lengths[i] >
lengths           473 fs/orangefs/xattr.c 			    new_op->downcall.resp.listxattr.lengths[i]);
lengths           477 fs/orangefs/xattr.c 		if (total + new_op->downcall.resp.listxattr.lengths[i] > size)
lengths           488 fs/orangefs/xattr.c 					listxattr.lengths[i])) {
lengths           494 fs/orangefs/xattr.c 				new_op->downcall.resp.listxattr.lengths[i]);
lengths           495 fs/orangefs/xattr.c 			total += new_op->downcall.resp.listxattr.lengths[i];
lengths           502 fs/orangefs/xattr.c 		key_size += new_op->downcall.resp.listxattr.lengths[i];